/PowerPoint-ProgressBar

A VBA script that creates a pretty progress bar for PowerPoint presentations.

Primary LanguageVisual BasicMIT LicenseMIT

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