Insert a progress bar to Powerpoint presentation

To make Powerpoint presentations more appealing, components like progress bars can be used. A progress bar can show the status of the slides in relation to the total number of slides in a progress bar. To insert a progress bar into a Powerpoint presentation, macros can be used. The VBE or visual basic editor can be used to write the code for the progress bar to be inserted in the office software Powerpoint presentation. The colour, height and width of the progress bar can be controlled with the macro.The macro has to be executed to insert the progress bar into a Powerpoint presentation.

Insert a progress bar to your Powerpoint presentation




Intro


To view the progress of a Powerpoint presentation, a progress bar can be displayed at the bottom of the slide show.

How to proceed


Once the slideshow is complete, go to Tools > Macro > Visual Basic Editor.

In the new window, select Insert > Module and copy this text in the blank page:

  Sub AddProgressBar()       
    On Error Resume Next       
        With ActivePresentation       
              For X = 1 To .Slides.Count       
              .Slides(X).Shapes("PB").Delete       
              Set s = .Slides(X).Shapes.AddShape(msoShapeRectangle, _       
              0, .PageSetup.SlideHeight - 12, _       
              X * .PageSetup.SlideWidth / .Slides.Count, 12)       
              s.Fill.ForeColor.RGB = RGB(127, 0, 0)       
              s.Name = "PB"       
              Next X:       
        End With       
End Sub       
  • Then go to File > Close > Return to Microsoft PowerPoint
  • In the displayed page of Microsoft Powerpoint, go to:
  • Tools > Macro > Macros, then select AddProcessBar and press Execute

Example


Here's how it should look:


Original FAQ by dogfriend on CCM!
Published by aakai1056 - Last update on February 20, 2012 09:37 AM by Virginia Parsons
This document entitled « Insert a progress bar to Powerpoint presentation » from Kioskea.net (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Suggestions
  •  Insert a progress bar to Powerpoint presentation
  •  Screen goes Blank after starting windows (Solved) » Best answer: Eureka!! I found the issue!! Only after pulling out all my hair and making up new four letter words! Ok, Dell computers mainly here but more possibly. Dell offers no option to disable the onboard video card in the bios so just set it to auto
  •  Download Xplosive VX » Download : Xplosive VX is the software that can help you create custom animations for your website. With it, you can create flash banners, intros, buttons, PowerPoint presentations ( without knowing any programming language). It allows you to import your...
  •  Download Ulead GIF Animator » Download : For your Web site or your PowerPoint presentations, you need animated GIFs to cheer up your pages. Ulead GIF Animator is the most successful and accessible program in term of creation of animated GIF. It allows to create a simple animation sequence....
  •  Download ABC Kid Genius » Download : ABC Kid Genius is an educational software to help the young mother to teach the alphabet, numbers, counting, reading or the spelling to their small children. Teach your small children the keyboard by inculcating them the bases of all studies. They...
  •  Download PowerPoint Pipe » Download : PowerPoint Pipe is a utility for Power Point, allowing you to search and replace text in your presentation. It can also be used as search engine for all your PPT files. You can find and replace a phrase, an address, links, titles, etc.. without...
Opening a PPS FILE
Inserting an animated gif