Log in

View Full Version : How can we get the number of the active slide – when the user enters it?



NoamS
10-20-2010, 10:39 PM
Hi,



I'm new to programming with vba and I'm looking for a way to create a log file that 'record' the time the user was watching each slide of the presentation.


the log file should look like this:


slide 1 – 22 (seconds)
slide 2 – 45 (seconds)
slide 3 – 18 (seconds)


etc'….



my question is:
How can I get the number of the active slide (slide 1, slide 2…) – when the user enters it?



Please note that this code should be activate from the running of the presentation, and that the slide's number has to be derived automatically on every passing from slide to slide.

Any help would be much appreciated, thanks.



Noam