Louise,
You could add a button to the taskbar of your choice. Rightclick next to any
taskbar, choose customize, commands tab, file category, drag page set-up to
a taskbar.
Alternatively adapt the right-click menu, read this excellent article on
Steve Rindsberg site:
http://www.pptfaq.com/FAQ00771.htm

Signature
Luc Sanders
(MVP - PowerPoint)
> HI all
>
[quoted text clipped - 6 lines]
> Thanks
> Louise
John Wilson - 17 Feb 2007 15:04 GMT
If you wanted a one click change you would have to add a MACRO to a right
click menu
Macro would be
Sub portrait()
ActivePresentation.PageSetup.SlideOrientation = msoOrientationHorizontal
End Sub
and you should add to the slide background menu.
There are tutorials on vba and macros in right click menus on PowerPoint
Alchemy
Amazing PPT Hints, Tips and Tutorials-http://www.PPTAlchemy.co.uk
--------------------------------------------
Also see the old site at:
http://www.technologytrish.co.uk/ppttipshome.html
email john AT technologytrish.co.uk
> Louise,
> You could add a button to the taskbar of your choice. Rightclick next to any
[quoted text clipped - 14 lines]
> > Thanks
> > Louise