Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Excel 单元格中执行单值 MDX 查询的最佳方法是什么?
VBA也不错。
我想,最好的方法是清晰易懂的查询语法。这是一个例子。
不太可能发生,您只需要 1 个值。但如果是这种情况,那么任何返回结果的可读性强的查询都可以 - 您只需要执行一次,那么您为什么要关心:P
如果事实上你需要做整列,那么即使你如何在 VBA 中插入它们也会产生很大的影响。这是因为每个单元格都是一个对象,并且需要时间来引用该对象的属性。