Home Tips & Tutorials      

PowerPoint 


 Animations
 Delivery
 Design and Graphics
 General
 Troubleshooting
 VBA
 Writing and Organizing
 Articles

   Show the number of slides in the active presentation.


Sub Number_Slides()

   MsgBox ActivePresentation.Slides.Count

End Sub


Related keywords

ActivePresentation - A read-only property that returns a Presentation object that represents the presentation open in the active window.
Slides - A read-only property of the Presentation object that returns a Slides collection that represents all slides in the specified presentation.
Count - A read-only property of the Slides collection that returns the number of slide objects.
PowerPoint Add-ins

Easily save and apply the formatting of a shape.
Create a library from your custom animations.
Pick colors from screen for your shapes.

Excel Add-ins

Find duplicates , remove characters , change case , merge cell's text.
Visually display and store in a library cell's formatting.






Home     Contact Us    

PowerPoint, Excel, Word and Access are registered trademarks of the Microsoft Corporation.