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.
我在 VBA 中创建了一个宏。我想在单击任务加载项按钮中的按钮时调用该宏。
有没有办法使用任务插件面板中提供的按钮运行宏?
Office.hs API 不提供此功能。如果这是您将来想要包含的新功能,我建议您在https://officespdev.uservoice.com/提交反馈
您可以阅读MSDN 中的主题:Run Word Macro - Office App Javascript API