B
ben
I need to record timestamps when slides change in a presentation.
These are manually changed slides - not timed changes.
On Windows this has been accomplished by a VBA event listener along the
lines of:
Public WithEvents TimeStamps As PowerPoint.Application
Then we watch for SlideShowNextSlide events, and call a macro in the
presentation that writes the time to a file.
This has worked fine. But not on the Mac.
I've been digging through MSDN and the newsgroups about what is and
isn't supported in Mac PowerPoint 2004 - I'm sure the documentation
exists, but I haven't had much luck. Is this simply not supported on
Mac? Is there some other way to discover how long each slide was
viewed? I'm certainly not tied to VB.
cheers,
Ben
These are manually changed slides - not timed changes.
On Windows this has been accomplished by a VBA event listener along the
lines of:
Public WithEvents TimeStamps As PowerPoint.Application
Then we watch for SlideShowNextSlide events, and call a macro in the
presentation that writes the time to a file.
This has worked fine. But not on the Mac.
I've been digging through MSDN and the newsgroups about what is and
isn't supported in Mac PowerPoint 2004 - I'm sure the documentation
exists, but I haven't had much luck. Is this simply not supported on
Mac? Is there some other way to discover how long each slide was
viewed? I'm certainly not tied to VB.
cheers,
Ben