English 中文(简体)
我怎么能用权力点来形容我的武革阵在im中?
原标题:How do I get Powerpoint to call my VBA subroutine in an animation?

我最终想要做的是<代码>ShellExecute() 每当我的Power Point幻灯片显示出现新的幻灯片时,就有一个指挥线方案。 I m 使用了办公室2003年Power Point。

我做了以下工作:

  1. 工具> 选择> 安保方案> Macro Security > 安保级别:中

  2. 工具> 备选办法> Macro > VBA 编辑

    Sub OnSlideShowPageChange(ByVal SSW As SlideShowWindow)
      MsgBox ("OnSlideShowPageChange")
    End Sub
    
  3. 文件> Save

  4. 回到Power Point:F5(关于滑坡展> View展)。 Did NOT见电文箱

  5. Exit out of PowerPoint, re the .ppt file, F5Still没有见电文箱<>。

。 我失踪了什么? 为什么是tOnSlideShowPageChange 当我听从幻灯片时,会援引吗?

最佳回答

它利用你上述步骤,对我只做罚款。 我想,我能想到的只是上面第2步,你可能已经将汽车编号改为“关于滑坡S/条码”。 它应当进入单元(任何单元,任何名称)。 或者,你在那里有其他可能受到干扰的法典,就像你也冒犯了<条码>。 滑坡ShowNextSlide?

问题回答

暂无回答




相关问题
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 ...

热门标签