How to automate PowerPoint by using Visual Basic in Office 2003, in Office XP Developer, and in Offi

How to automate PowerPoint by using Visual Basic in Office 2003, in Office XP Developer, and in Offi

瀏覽:557
日期:2025-06-12
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 ......看更多