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.
#Usage
- Add those scripts as modules to your PowerPoint presentation using the Developer tab.
- Run the
AddProgressBar()
module once you finish adding/removing slides. - Run the
RemoveProgressBar()
module when you don't want the progress bar anymore.