 |
How to automate PowerPoint by using Visual Basic in Office 2003, in Office XP Developer, and in Offi
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Private Sub Command1_Click() ' Start PowerPoint. Dim ppApp As PowerPoint.Application Set ppApp = CreateObject("Powerpoint.Application") ' Make it visible. ppApp.Visible ...
support.microsoft.com |
 |