Slide.PrintSteps property (PowerPoint)
Returns the number of slides you'd need to print to simulate the builds on the specified slide, slide master, or range of slides. Read-only.
Syntax
expression. PrintSteps
expression A variable that represents a Slide object.
Return value
Long
Example
This example sets a variable to the number of slides you'd need to print to simulate the builds on slide one in the active presentation and then displays the value of the variable.
steps1 = ActivePresentation.Slides(1).PrintSteps
MsgBox steps1
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.