Home     PowerPoint     Photoshop     Photos     Other     Studio     Info

Bookmark and Share  




Product Showcase




 



PowerPoint Notes

Info-things on PowerPoint usage including tips, techniques and tutorials.


Monday, November 30, 2009
posted by Geetesh at Monday, November 30, 2009 IST

If you have multiple versions of PowerPoint installed, you might find that when you double-click on a PPT or PPTX file, it opens in a version of PowerPoint that's different from the one you want it to open!

Now you can reinstall all your versions of PowerPoint (and Microsoft Office) again in the sequence you want -- and that might take a few hours, or you might do a few registry tweaks -- and that's not for the faint of heart, or even if you are scared of the registry!

So it was a great thing that one of our readers decided to share this DOS batch file with us that makes the whole process painless. Having said that, do this at your own risk -- and if you are comfortable!

Damian McDonald is the founder of Visual Newmedia which has over 15 years’ experience in developing communication solutions for a number of leading global brands.

Here is the code you need to paste in your batch file -- just replace this line:

set PathStart=C:\Program Files\Microsoft Office\OFFICE

to reflect the name of the partition where your copy of Microsoft Office is installed -- for example, if you installed to the D drive, the above line would change to:

set PathStart=D:\Program Files\Microsoft Office\OFFICE

OK -- here is the batch file:

REM **********************************************

REM Version 1.1 Date: 29/11/09
REM By Damian McDonald
REM www.visualpresenter.com.au
REM Registers the required Version of PowerPoint if it exists.

set PathStart=C:\Program Files\Microsoft Office\OFFICE
set PathEnd=\powerpnt.exe
set DirNum=11
set Version=2003
@echo Off

:Start
CLS
ECHO. Select the Version of PowerPoint to register.
ECHO.
ECHO 1. PowerPoint2003
ECHO 2. PowerPoint2007
ECHO 3. PowerPoint2010
ECHO.

set choice=
set /p choice=Enter your selection or Q to Quit.
if not '%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='1' goto 1
if '%choice%'=='2' goto 2
if '%choice%'=='3' goto 3
if '%choice%'=='q' goto end
ECHO "%choice%" is not valid please try again
pause
Goto Start

:1
CLS
ECHO.
set DirNum=11
set Version=2003
IF NOT EXIST "%PathStart%%DirNum%%PathEnd%" ECHO PowerPoint %Version% does not appear to be loaded.
IF NOT EXIST "%PathStart%%DirNum%%PathEnd%" pause
IF EXIST "%PathStart%%DirNum%%PathEnd%" ECHO Registering PowerPoint %Version%.
IF EXIST "%PathStart%%DirNum%%PathEnd%" "%PathStart%%DirNum%%PathEnd%" /regserver
Goto End

:2
CLS
ECHO.
set DirNum=12
set Version=2007
IF NOT EXIST "%PathStart%%DirNum%%PathEnd%" ECHO PowerPoint %Version% does not appear to be loaded.
IF NOT EXIST "%PathStart%%DirNum%%PathEnd%" pause
IF EXIST "%PathStart%%DirNum%%PathEnd%" ECHO Registering PowerPoint %Version%.
IF EXIST "%PathStart%%DirNum%%PathEnd%" "%PathStart%%DirNum%%PathEnd%" /regserver
Goto End

:3
CLS
ECHO.
set DirNum=14
set Version=2010
IF NOT EXIST "%PathStart%%DirNum%%PathEnd%" ECHO PowerPoint %Version% does not appear to be loaded.
IF NOT EXIST "%PathStart%%DirNum%%PathEnd%" pause
IF EXIST "%PathStart%%DirNum%%PathEnd%" ECHO Registering PowerPoint %Version%.
IF EXIST "%PathStart%%DirNum%%PathEnd%" "%PathStart%%DirNum%%PathEnd%" /regserver
Goto End

:End
@echo on

REM **********************************************

Thanks Damian!

Labels: , ,

0 comments

Links to this post



Friday, November 27, 2009
posted by Geetesh at Friday, November 27, 2009 IST

This questions has been asked often, and with PowerPoint 2010 coming up, it's been asked more frequently. The question is about having multiple versions of PowerPoint installed on the same machine, and if that can cause any problems?

The answer is that generally you should see no problems as long as you follow some guidelines:

  1. If you want to install an older version of PowerPoint, and you have newer versions installed -- then you first need to uninstall the newer versions first. Always reboot after each install or uninstall.

    Make sure you have the install media for all your PowerPoint (and Microsoft Office) versions -- and the serial numbers too!

  2. Now install the oldest version you want -- for example, the oldest to newest sequence would be:

    PowerPoint 97
    PowerPoint 2000
    PowerPoint 2002 (XP)
    PowerPoint 2003
    PowerPoint 2007
    PowerPoint 2010

    After installing each version, reboot your system and install all available updates and service packs before proceeding to install the next successive version. Yes, you need to reboot after installing updates and service packs too!

    And if your version of PowerPoint needs online activation (as all versions after PowerPoint 2002 do), then activate before installing the successive version.
By default, the newest versions will take over the associations for the PowerPoint file format but if you need to open a particular file in an older version, you can always use the File | Open options in that version to open that file.

Also, on one of my Windows Vista machines I have no problem having PowerPoint 2003 and PowerPoint 2007 open at the same time -- don't know if this works everywhere though -- do try how it works for you!

See Also: Microsoft Support - Information about using 2007 Office suites and programs on a computer that is running another version of Office

There's also a very interesting discussion on this subject on Indezine's LinkedIn group.

Labels: ,

1 comments

Links to this post



Friday, June 19, 2009
posted by Geetesh at Friday, June 19, 2009 IST

I got this question from someone who works in a institution that has students with disabilities: How can I set up PowerPoints so that when the mouse is held down, the slides do not trip through whole presentation. I work with students with disabilities who sometimes find this difficult.

The answer is to change the mode in which PowerPoint plays the presentation. You can access the settings to make these changes through the Set Up Slide Show dialog box, accessed differently depending upon the version of PowerPoint you use:

  • PowerPoint 2007 and later users can select the Slide Show tab of the Ribbon, and click the Set Up Slide Show button.
  • PowerPoint 2003 and previous versions' users can choose the Slide Show | Set Up Show option.
Either way, you end up bringing up the Set Up Show dialog box that you can see in Figure 1, below.

Set Up Show
Figure 1: Set Up Show

At the top right of this dialog, you'll need to select the Browsed by an individual (window) option -- and you can also decide whether you want the Show scrollbar option checked. Click OK when done, and save your presentation.

Here are some thoughts, caveats, and observations to be aware of:
  1. Choosing this option means you don't get to play your PowerPoints in absolute full screen show mode -- there will be a title bar visible.
  2. You can still use the keyboard to navigate to the next and previous slides. In fact, all keyboard commands will work.
  3. The settings to enable this play mode, as explained above work only with the active presentation, and is saved within the presentation. You'll have to enable these settings for each presentation you want to not advance with mouse-clicks.

Labels: , , ,

0 comments

Links to this post



Thursday, October 23, 2008
posted by Geetesh at Thursday, October 23, 2008 IST

A friend sent me this question: I want to make one slide .PPS file. On click, or on pressing any key the .PPS file should exit or close. Can this be done?

Yes, it can -- it's easier to do this on click rather than by pressing any key. Follow these steps:

  1. With your one slide presentation ready, open it in PowerPoint.

  2. PowerPoint 2007 users can then select the rectangle shape from the Home tab | Drawing | Shapes gallery. Users of earlier versions will find the rectangle shape option in the Drawing toolbar located below the PowerPoint interface.

  3. Draw a rectangle that covers the entire slide. You'll have to drag the corners of the rectangle to resize.

  4. With the rectangle selected, PowerPoint 2007 users can choose the Insert tab | Links | Action to bring up the Action Settings dialog box that you see in Figure 1. Users of earlier PowerPoint versions can access the same dialog box by right-clicking the rectangle, and choosing Action Settings from the resultant menu.

    Action Settings in PowerPoint
    Figure 1: Action Settings

  5. Click the Hyperlink to radio button, and from the text dropdown box, choose the End Show option (see Figure 1 above) . Click OK to exit the dialog box.

  6. PowerPoint 2007 users can now select the rectangle, so that the Drawing Tools Format tab is visible in the Ribbon -- activate this tab, and then select the Shape Fill option to reveal a flyout menu. Choose the More Fill Colors option to bring up the Colors dialog box -- change the Transparency to 99%, and click OK. With the rectangle still selected, choose the Drawing Tools Format tab | Shape Styles | Shape Outline | No Outline option.

    Users of previous PowerPoint versions can double click the rectangle to summon the Format AutoShape dialog box. In this multi-tabbed dialog box, select the Colors and Lines tab, then under the Color dropdown list, drag the Transparency slider to 99%. In the Line Color dropdown list, choose the No Line option. Click OK to get back to the slide.

  7. Now when you play this presentation, just click anywhere to end the show!

Labels: , ,

1 comments

Links to this post



Friday, February 08, 2008
posted by Geetesh at Friday, February 08, 2008 IST

Question: The problem I am having is that the Arial font size that I save as 32 for visibility, changes to 24 the next time I pull the presentation up. I have looked at the save options and nothing has helped. Do you have any suggestions?

Answer: This might help:

  1. Choose Tools | AutoCorrect Options -- this brings up the AutoCorrect dialog box that you can see in Figure 1. Select the AutoFormat As You Type tab.

    AutoCorrect in PowerPoint
    Figure 1: Tweak AutoCorrect options

  2. Uncheck these options:

    - AutoFit title text to placeholder
    - AutoFit body text to placeholder
    - Automatic layout for inserted objects

  3. Click OK.

Labels: ,

0 comments

Links to this post



Thursday, November 08, 2007
posted by Geetesh at Thursday, November 08, 2007 IST

This article is not about creating your own macros or scripts to automate PowerPoint. However, if you just want to run any macros or scripts that a friend shares, or you just got it from a book or newsgroup, then you are on the right page.

Follow these steps to get started:

  1. Make sure you have a script ready -- you can download some scripts here...

  2. Open an existing presentation, or create a new one in PowerPoint. Then press Alt+F11 to access the Microsoft Visual Basic interface that you can see in Figure 1.


    Figure 1: The Visual Basic interface

  3. Choose Insert | Module, as shown in Figure 2.


    Figure 2: Insert a module

  4. This open a new module window on the right side of the interface, copy your script here, and paste it (see Figure 3).


    Figure 3: The pasted script

  5. Now you need to run this script as a macro from within PowerPoint. To do that, first exit the Visual Basic interface by choosing File | Close and Return to PowerPoint.

  6. Now the steps you take differ depending upon which version of PowerPoint you are using.

    PowerPoint 2007 users will need to enable the Developer tab on the Ribbon if it is not already visible. To do that, choose Office Button | PowerPoint Options, and select the Popular tab on the left. Then check the option that says Show Developer tab in the Ribbon.

    Once you have done that, select the Developer tab of the Ribbon, and click Macro to bring up the Macro dialog box that you can see in Figure 4. Select the script you want to run, and click the Run button.


    Figure 4: The Macro dialog box

    Versions before PowerPoint 2007: Choose Tools | Macros | Macro to bring up the same dialog box that you saw in Figure 4. Then select the script you want to run, and click the Run button.
Remember, some scripts may do nothing at all unless you have something selected on the slide before you run them!

Tip from Steve Rindsberg: You can store many, many macros/scripts/routines in a single PowerPoint file and as long as you have it open along with any other files, you can access the macros as described.

See Also: Create an Add-in with toolbars that run macros (PPT FAQ by Steve Rindsberg)

Labels: , , ,

0 comments

Links to this post



Tuesday, November 06, 2007
posted by Geetesh at Tuesday, November 06, 2007 IST

Sometimes, it can be frustrating trying to do the simple things in PowerPoint such as duplicating an object right above the original. PowerPoint insists on placing the duplicated (or copy/pasted) object at an offset and there's no way to fine tune that setting. Maybe there's a registry tweak or something that I'm not aware of?

So why would anyone want to place a duplicated object right above the original? There are many scenarios that require such a placement:

  • You want to animate one object after the the other.
  • You want to rotate objects.
  • You want to make some changes to the duplicated object and then do a trigger animation.
  • You might want to do something else!
Meanwhile, here are some ideas and observations on how you can work around this limitation:
  • If you copy and paste a slide object on the same slide, it is placed at an offset. Sometimes, you can press the up arrow key twice, and then press the left arrow key twice to place the copied/duplicated object right above the slide, but even that does not work all the time. That setting only works if the Snap to Grid option is turned on.
  • If you copy a slide object (anything on a slide) and paste it on another empty slide, it is placed in the exact location as the original.
  • If some part of the original slide object exceeds the area off the edge of the slide, then the duplicated/pasted object will be pasted within the slide area as far as possible. Of course that only works if the object is not larger than the slide area.
  • The quickest way to place a duplicated object right above its original is to use a third-party add-in called Toolbox from Shyam Pillai. This includes a menu option called Toolbox | Shapes | Clone Shape(s).
  • Another way you can place pasted/duplicated objects right on top of the original is to use the Align tools. This works best if you have several duplicated objects. Select them all, and choose Align | Align Left, and Align | Align Top.
If you have found new ways to work around these issues, do add your comments to this post.

Labels: , ,

5 comments

Links to this post



Sunday, August 19, 2007
posted by Geetesh at Sunday, August 19, 2007 IST

Echo Swinford, PowerPoint MVP resolves the mystery of the algorithm behind the changing cases in PowerPoint!

Do you use Shift+F3 to toggle through the change case options on selected text in PowerPoint, and wonder why sometimes only the first word gets a capital letter, but at other times all the words get capitalized?

Here's a more detailed example -- suppose I double-click to select all the words in a text box on the slide: fetal and neonatal disease. I hit Shift+F3. I expected to get Fetal And Neonatal Disease and then, if I hit Shift+F3 again, FETAL AND NEONATAL DISEASE.

Instead, the first time I hit Shift+F3, I get Fetal and neonatal disease. The second time, I get all caps, and the third time I'm back to all lower case as expected. But how do I know when to expect sentence case (e.g., Fetal and neonatal disease) and when to expect title case* (e.g., Fetal And Neonatal Disease)?

*And yes, I know it's not a true title case -- in fact, you'll notice that in 2007 this is now called "Capitalize Every Word," not "Title Case."

I think this has to do with punctuation, or, rather, an invisible paragraph marker at the end of text.

Here's what Beth Melton, Word MVP (thanks, Beth!) and I figured out:

If you select text in a Title Placeholder and Shift+F3, you'll get title case.

If you select text in a manual textbox, which you get depends on what you've selected and also HOW you've selected it. In the case of selecting all text in a textbox, for example, "fetal and neonatal studies"...

  • If you triple-click the text to select all text in the textbox, Shift+F3 gives you sentence case. (Fetal will begin with a capital letter.)

  • If you select all the text by dragging the mouse over the text from left to right, Shift+F3 gives you sentence case. (Fetal will begin with a capital letter.)

  • If you select all the text by dragging them mouse over the text from *right* to *left*, Shift+F3 gives you title case. (All Words Begin With A Capital Letter.)

  • It's as though triple-clicking or selecting from left to right also selects an invisible marker*, which indicates the text should be a "sentence."

  • Selecting from right to left does not select that last invisible marker, which indicates the text should act as a title.

  • If you're selecting just part of the text in a text box, e.g., selecting only "and neonatal," then it doesn't seem to matter if you use left-right or right-left -- you get title case with all words capped. Of course, if the last word of the "paragraph" is included in that partial selection, e.g., "and neonatal disease," you'll need to use a right-to-left selection to avoid that final invisible marker.
Personally, this all seems overly complicated to me. Sure wish we could see the non-printing characters; I probably would have figured this out years ago....

*I'm assuming an invisible paragraph marker because if you try the three ways to select text and then paste the text into a new empty textbox, the first two ways give you an empty "paragraph" below, while the third way (right-to-left) doesn't.

Echo Swinford runs EchosVoice, a site containing many PowerPoint tips. She is also author of Fixing PowerPoint Annoyances and PowerPoint 2007 Complete Makeover Kit.

Labels: , , ,

0 comments

Links to this post



Saturday, August 21, 2004
posted by Geetesh at Saturday, August 21, 2004 IST

Quite often, you might have received a PowerPoint presentation with a PPS or PPSX extension rather than the normal PPT or PPTX extension - here's more info.

First, let me tell you a little about the extensions:

  • PPT is the default file extension for saving presentations in PowerPoint 2003 and earlier versions.
  • PPTX is the default file extension for saving presentations in PowerPoint 2007 and later versions.
  • PPS is the the show mode extension in PowerPoint 2003 and earlier -- these files run in "play-presentation" mode when double-clicked.
  • PPSX does the same thing in PowerPoint 2007 and later -- it runs in "play-presentation" mode when double-clicked.
Here's some more details that might help you clear the gobbledygook:
  • Technically there is no difference between PPT (or PPTX) and PPS (or PPSX) files.
  • With PPT and PPS files, you can actually rename the extensions whenever you want and the presentation file will remain the same.
  • With PPTX and PPSX files, you cannot rename at will -- but trust me, they are the same!
The difference lies in how PowerPoint treats them:
  • By default, PPT and PPTX files open in edit mode within PowerPoint allowing you to use all the menus and commands.
  • By default, PPS and PPSX files open in slideshow (play-presentation) mode, and you see no PowerPoint interface. When the presentation finishes or you manually exit using tthe ESC key, PowerPoint also quits.
Having said that, you can play all PowerPoint file formats (PPT, PPS, PPTX, PPSX) directly from within Windows Explorer -- right-click the file and the choose the Play option in the context menu.

You can also edit a PPS or PPSX file without changing the extension using either of these options:
  • Just drag and drop the PPS or PPSX file from Windows Explorer into an empty PowerPoint window.
  • Launch PowerPoint and open a PPS or PPSX using the File/Office Button | Open option to edit a presentation.

Labels: , ,

9 comments

Links to this post



    Follow me on Twitter...

    Archives:

    July 2004  |  August 2004  |  September 2004  |  May 2005  |  June 2005  |  July 2005  |  November 2005  |  February 2006  |  April 2006  |  June 2006  |  September 2006  |  October 2006  |  February 2007  |  May 2007  |  August 2007  |  November 2007  |  February 2008  |  October 2008  |  June 2009  |  November 2009  |  January 2010  |  

    Featured Story

    Convexion PowerPoint to Silverlight Converter: The Indezine Review

    With the proliferation of PowerPoint to Flash converters everywhere, you might have wondered why there are almost no PowerPoint to Silverlight converters anywhere. After all, PowerPoint and Silverlight are both from the Microsoft stable, and the complete absence of PowerPoint to Silverlight converters is like a puzzle with no solution! Luckily, someone listened and created the first ever PowerPoint to Silverlight converters -- and in this review we are looking at Convexion, a PowerPoint add-in from Electric Rain.

    Read the review here...

        
    Featured Book

    PowerPoint 2007 Complete Makeover Kit

    PowerPoint 2007 Complete Makeover Kit
    PowerPoint 2007 Complete Makeover Kit is out! Check the book on Amazon.com...

    And here are some free excerpts...


    Home |  PowerPoint |  Photoshop |  Templates |  Blog |  Notes |  Ezine |  Studio |  Advertise |  Feedback |  Info |  Site Map
    Store  |  RSS |  Privacy |  Testimonials
    Free PowerPoint Backgrounds | Free PowerPoint Templates | Free Christian PowerPoint Backgrounds
    Page copy protected against web site content infringement by Copyscape
      Page copy protected against web site content infringement by Copyscape


      ©2000-2010, Geetesh Bajaj. All rights reserved.

        since November 02, 2000