Skip to content

This VBA script generates a timeline indicator/ progress bar on the botton of each slide of your presentation

License

Notifications You must be signed in to change notification settings

nishanc/powerpoint-slide-timeline

Repository files navigation

Powerpoint Slide Timeline

This VBA script generates a timeline indicator/ progress bar on the bottom of each slide of your presentation

Screenshot

How to use 🔧

Step 1: Open PowerPoint

Step 2: Enable Developer tab by going to File → Options → Customise Ribbon. (Under Customize the Ribbon select Developerand click OK)

Step 3: Open Developer tab in PowerPoint and click on Macros → Type macro name → Click Create → Copy & paste everything in Timeline.bas file in to the code editor.

Step 4: Chage variable colors according to your PowerPoint theme. (Tip: Match border color with slide background color)

'------Theme colors------'
'Adjust these to match your power point theme
past = RGB(165, 255, 250)
present = RGB(0, 255, 205)
future = RGB(2, 69, 173)
borders = RGB(7, 32, 69)

Colors guide

Step 5: Finally click Run Sub button or press F5

About

This VBA script generates a timeline indicator/ progress bar on the botton of each slide of your presentation

Topics

Resources

License

Stars

Watchers

Forks

Languages