English 中文(简体)
如何通过改变幻灯片重新启动VBA中的宏观
原标题:How to restart macro in PowerPoint VBA by changing slides

我正在“PowerPoint VBA”中创造出一个时间,我希望在用户恢复遥控时重新启用。 为此,我使用了这一分段:

Private Sub PPTEvent_SlideShowBegin(ByVal Wn As SlideShowWindow)
    Call Tmr
End Sub

但是,当我回击时(或留下狭小的钥匙)就没有发生。 我也希望从宏观开始,在我开放PowerPoint文件时,我认为,如果将电文列入一个模块,那么将采用<代码>Sub Auto_Open(<>的指令”。 Nope。

我很乐于帮助。

问题回答

我不相信你正在使用什么。 不妨尝试rel=“nofollow noreferer”><>,OnSlideShowPageChange





相关问题
Handling no results for docmd.applyfilter

I have an Access app where I use search functionality. I have a TextBox and a Search Button on the form, and it does a wildcard search of whatever the user enters in the TextBox, and displays the ...

Outlook 2007 CommandBarControl.Execute won t work

I recently switched to Outlook 2007 and noticed that my VBA-macros won t work. I use the following code to open a new appointment-item (and fill it automatically). It worked perfect in Outlook 2003, ...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

MS Access: list macro from VBA

I have to deal with a few macros (not VBA) in an inherited Access application. In order to document them, I would like to print or list the actions in those macros, but I am very dissatisfied by ...

热门标签