Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 640 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 640 Bytes

PowerPoint-ProgressBar

A couple of VBA scripts that create (and remove) a pretty progress bar for your PowerPoint presentations. The progress bar is added starting from the second slide.

Cover Slide Slide #3 Slide #4

#Usage

  1. Add those scripts as modules to your PowerPoint presentation using the Developer tab.
  2. Run the AddProgressBar() module once you finish adding/removing slides.
  3. Run the RemoveProgressBar() module when you don't want the progress bar anymore.

Run Macros