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.
这应该很简单,但我对此并不陌生。需要有一个宏代码来关闭循环演示,然后打开一个新的(非循环)演示。两者都保存在 ppsx 中。我知道可以使用超链接,但这对于这种查看情况并不理想。任何帮助将不胜感激。
我想到了。这是代码。
ActivePresentation.Close Dim FileName FileName = " C:\Users\Tom\Documents\1st Lutheran\Drive in Worship.ppsx” Presentations.Open(FileName)
现在,我想知道如何为宏创建键盘快捷键。还无法弄清楚这一点。