Is there a way to link VBA code to an event in Powerpoint during the running
of a presentation?
Alternatively, can I use a timer? - wait a while and check if the
presentation has reached the point I want. A timer feature exists in Access
forms and as a control in VB, but I can't find it in Powerpoint
Thanks in advance
Regards
David
PPT 2000 has events to use. PPT97 not.
If used PPT97 yoy could use a timer which fires a macro, or start PPT is an
OLE-object in Excell and use the OnTime function of Excel
With regards
Eef Weenink
"David Vaughan" <da...@keyresources.co.uk> schreef in bericht
news:9532309...@talita.eclipse.net.uk...
'LIST OF ALL EVENTS AVAILABLE IN POWERPOINT 2000
'PRESENTATION NewPresentation
' PresentationClose
' PresentationNewSlide
' PresentationOpen
' PresentationPrint
' PresentationSave
'
'SLIDESHOW SlideShowBegin
' SlideShowEnd
' SlideShowNextBuild
' SlideShowNextSlide
'
'WINDOW WindowActivate
' WindowBeforeDoubleClick
' WindowBeforeRightClick
' WindowDeactivate
' WindowSelectionChange
Brian Reilly, PowerPoint MVP
Do you have the same for Powerpoint 97?
Regards
David
Brian Reilly, MVP <reilly_and...@compuserve.com> wrote in message
news:38d2161a...@msnews.microsoft.com...
'LIST OF ALL EVENTS AVAILABLE IN POWERPOINT 97
None
Looks like if you are forced to use PPT 97 you are left with ActiveX
timers.
Brian Reilly, PowerPoint MVP
On Fri, 17 Mar 2000 15:56:11 -0000, "David Vaughan"
Thanks
Dave
Brian Reilly, MVP <reilly_and...@compuserve.com> wrote in message
news:38d26b84...@msnews.microsoft.com...