PrintSteps Property
Applies To
Slide object, SlideRange collection object.
Description
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 Long.
See Also
AnimationOrder property.
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