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.
目前,当使用 UiAutomationCore.dll 打开工作簿并导航 Excel UI 元素树以查找快速访问工具栏图标,然后调用单击模式时,我正在打开 Dax Studio。
然后我等待连接对话框出现并执行类似的操作以单击连接按钮。
有没有更简单/更可靠的方法可以通过 shell 命令或 VBA 中的其他东西来做到这一点?
基本上我想在打开工作簿时启动 Dax Studio 并连接到工作簿中的数据模型。
谢谢。