Flux rss

Adding a progress bar to powerpoint presentation

Published by aakai1056, last update on Tuesday November 18, 2008 05:07:34 AM by aakai1056

Adding a progress bar to powerpoint presentation







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

How to proceed


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

In the opened window, select “Insert” >”Module” and copy the below 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 select “Execute” to achieve this process.
Lost data after saving Powerpoint presentatio Hello, We use VBA to generate Powerpoint presentation using data from Excel. Data inserted into charts datasheet disappears after we save it. We stepped through the code to determine that after the file is saved, we cannot access the data from the... en.kioskea.net/forum/affich-28802-lost-data-after-saving-powerpoint-presentatio
Download Ulead GIF Animator 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.... en.kioskea.net/telecharger/telecharger-1339-ulead-gif-animator
PowerPoint Font problem Hello, We have a PowerPoint presentation that we purchased. Every time we save it, whether we've made changes or not, we get a message that says "Some of your fonts cannot be saved with the presentation". Under that are the details: Cannot be... en.kioskea.net/forum/affich-5322-powerpoint-font-problem
The Add/Remove Programs icon is missing in Control PanelThe Add/Remove Programs icon is missing in Control Panel When trying to add a program on your computer system, you suddenly noticed that the specific icon is missing. This can be due to Appwiz.cpl missing or damaged. This applet... en.kioskea.net/faq/sujet-465-the-add-remove-programs-icon-is-missing-in-control-panel
Opening a PPS FILEOpening a PPS FILE PPS, acronym for PowerPoint Show, is a tool created by Microsoft Office PowerPoint for distinguished presentations and slideshows. PowerPoint enables you to draft your own presentation within different display and design... en.kioskea.net/faq/sujet-190-opening-a-pps-file
Can I make my own toolbars in Microsoft Office programs?Yes! To make your own toolbar: 1. Choose Toolbars from the View menu. 2. Select "Customize". 3. Click on the Toolbars tab, and then on the "New" button. 4. Give the toolbar a name. Notice that you can also choose to make this toolbar... en.kioskea.net/faq/sujet-8-can-i-make-my-own-toolbars-in-microsoft-office-programs
Formating Powerpoint TitleHello, I wrote a macro to create powerpoint presentations from an excel macro and I need to format the variable BWRep in red when negative. I am using the following instruction: Dim BWRep As Long ' ' 'apply tittle to the slide... en.kioskea.net/forum/affich-24341-formating-powerpoint-title
Need Knight in Shining ArmorHello, Made Powerpoint presentation with pics, animated gifs, Quicktime movie clip, and 2 songs. Used transitions, etc. I have tried to burn to DVD, but songs & transitions out of sink; any ideas? Also, I very much would like to burn this to DVD for... en.kioskea.net/forum/affich-16565-need-knight-in-shining-armor
Vista boots, no picture on monitorMy son-in-law was having no problems with his HP desktop. When he powered up yesterday, it went through the normal boot sequence and showed the progress bar that appears just before Windows Vista starts to load. When the progress bar reached the end,... en.kioskea.net/forum/affich-2082-vista-boots-no-picture-on-monitor
Download PPTminimizerPPTminimizer is essential for any user of Office. optimizes your Word documents and PowerPoint presentations and reduces the size up to 98% thanks to a compression technique intelligently. It is a tool that optimizes your documents by compressing the... en.kioskea.net/telecharger/telecharger-1626-pptminimizer
Download Free Fast MPEG CutFree Fast MPEG Cut is a software to cut large video in MPEG format. The video processing does not require re-encoding and without loss of quality. The software does not require additional program. It is light, in English and offers a simple interface... en.kioskea.net/telecharger/telecharger-1052-free-fast-mpeg-cut
Download PowerPoint ViewerPowerPoint Viewer 2007 lets you view full-featured presentations created in PowerPoint 97 and later versions. en.kioskea.net/telecharger/telecharger-51-powerpoint-viewer
In a first, Boeing flies hydrogen-powered planeUS aircraft maker Boeing flew a plane (pictured in this handout image from Boeing) earlier this year that was powered by a hydrogen battery in a first for the aviation industry that could herald a greener future. US aircraft giant Boeing claimed... en.kioskea.net/actualites/in-a-first-boeing-flies-hydrogen-powered-plane-10259-actualite.php3
Political baby-kissing goes 'virtual'Barack Obama holds a baby after addressing a rally in Columbia, South Carolina in late January. The tradition of politicians kissing babies along the campaign trail has gone virtual, with a new website that jokingly urges parents to mail their babies... en.kioskea.net/actualites/political-baby-kissing-goes-virtual-10492-actualite.php3
Software engineering - Design Patterns Design Patterns is a set of best design practices that are used to address many recurring problems in object-oriented programming. The concept of Design Patterns was the result of work done by a group of 4 people (Erich Gamma, Richard Helm, Ralph... en.kioskea.net/genie-logiciel/design-patterns.php3
Processes - agentsvr - agentsvr.exe The process agentsvr.exe (agentsvr stands for Microsoft Agent Server) is a generic process in Windows NT/2000/XP which gives programmers an ActiveX control that helps them add multimedia elements to the applications they develop. The process agentsvr... en.kioskea.net/processus/agentsvr-exe.php3
Microsoft Windows - Structure The icons, bars, and desktop of Windows, as well as some menus, are only a graphical representation of the directories that form the OS. Take the "Send to..." menu, for example. It contains shortcuts to the A: drive, to programs, etc. But it's really... en.kioskea.net/win/winstruct.php3