PPT: Sample Code to Print Slide Numbers for a Custom Show (171571)
The information in this article applies to:
- Microsoft PowerPoint 98 Macintosh Edition
- Microsoft PowerPoint 97 for Windows
This article was previously published under Q171571 SUMMARY
Microsoft PowerPoint has the ability to create custom slide shows, which
are subsets of existing slides within your presentation. When you print a
custom show, PowerPoint prints the page number defined for that slide. For
example, if you print a custom show named My Show that consists of slides
2, 8, and 13 of your presentation, the numbers 2, 8, and 13 appear on the
printed output (assuming you have slide numbering turned on).
This article provides a sample Microsoft Visual Basic for Applications
macro (Sub procedure) that prints out a specified custom show and numbers
the pages consecutively, beginning with the number 1.
NOTE: You can change the beginning number by changing the value of the
lStartNum constant.
REFERENCES
For more information about creating Visual Basic for Applications macros,
click the Office Assistant in Microsoft PowerPoint, type how to create a
macro click Search, and then click to view "Create a macro in Visual
Basic Editor."
For more information about running Visual Basic for Applications macros,
click the Office Assistant in Microsoft PowerPoint, type how to run a
macro click Search, and then click to view "Run a macro."
NOTE: If the Assistant is hidden, click the Office Assistant button on the
Standard toolbar. If the Assistant is not able to answer your query, please
see the following article in the Microsoft Knowledge Base:
176476 OFF: Office Assistant Not Answering Visual Basic Questions
For more information about getting help with Visual Basic for Applications,
please see the following article in the Microsoft Knowledge Base:
163435 VBA: Programming Resources for Visual Basic for Applications
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbcode kbdtacode kbhowto kbmacro kbProgramming KB171571 |
---|
|