PPT2000: Sample VBA Code Add-in for Counting Slide Visits (202088)
The information in this article applies to:
- Microsoft PowerPoint 2000
This article was previously published under Q202088 SUMMARY
If you run a kiosk presentation that has many branches and choices that a person browsing it can make, it can be very useful to know which branches and slides have been visited the most and which have been visited the least.
This article contains sample Visual Basic for Applications code and implements an add-in that automates this process. It adds a menu item called Slide Counters to the Tools menu. The function of each counter is explained in the following table.
Counter Name Function
------------------------------------------------------------------------
Print Report Sends the finished report on counted slides to
the printer. In the code sample, this is the only
output produced by the add-in. No output will be
displayed on the screen.
Reset Counters Resets the existing counter applied to a slideshow.
Add Counter Adds the counting functionallity to a presentation.
Run Show with Count Runs the slideshow with the counter functionallity.
This is the only way to run the show and keep a
slide count.
REFERENCESFor additional information about Visual Basic for Applications, click the article number below
to view the article in the Microsoft Knowledge Base:
226118 OFF2000: Programming Resources for Visual Basic for Applications
For additional information about how to prevent PowerPoint from redrawing its screen, click the article number below
to view the article in the Microsoft Knowledge Base:
222709 PPT2000: Sample Visual Basic Code to Control Window Redraw
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbdtacode kbhowto kbinfo KB202088 |
---|
|