Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Powerpoint VBA: Event programming OR using Timers

470 views
Skip to first unread message

David Vaughan

unread,
Mar 16, 2000, 3:00:00 AM3/16/00
to
Hi everyone

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

Eef Weenink

unread,
Mar 16, 2000, 3:00:00 AM3/16/00
to
Dear 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...

Brian Reilly, MVP

unread,
Mar 17, 2000, 3:00:00 AM3/17/00
to
David,\
Answered this in Office.Developers.VBA group, but for the rest of the
folks here, here it is again,

'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

David Vaughan

unread,
Mar 17, 2000, 3:00:00 AM3/17/00
to
Thanks Brian.

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...

Brian Reilly, MVP

unread,
Mar 17, 2000, 3:00:00 AM3/17/00
to
David, That's even easier

'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"

David Vaughan

unread,
Mar 17, 2000, 3:00:00 AM3/17/00
to
What a nuisance! - I look forward to using some of those excellent events
when working in Office 2000, but for this one I am still looking into it!

Thanks

Dave

Brian Reilly, MVP <reilly_and...@compuserve.com> wrote in message

news:38d26b84...@msnews.microsoft.com...

0 new messages