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 宏。使用第一个按钮旁边的其他按钮对模板进行修改。但是,当模板从“模板”选项卡作为新文档打开时,会重新选择“主页”选项卡。有没有我可以添加到宏末尾的代码,它会自动将其切换到“模板”选项卡?
您可以使用键盘组合 Alt + Home + (2x) Esc 进行操作
SendKeys "%(H)", False SendKeys "{esc}", True SendKeys "{esc}", True