No Way To Minimize A Presentation In Progress?

  • Thread starter Thread starter clintonG
  • Start date Start date
C

clintonG

I do not observe a way to minimize a presentation in progress
allowing me to quickly minimize the presentation to enable me to
access another application running on the desktop.

Is this not supported somehow if even by using VBA called with
a Hyperlink embedded in one a slide?

Must I use the clumsy Alt-Tab?

As usual, I need this by tonight :-)

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/
 
Clinton,
1. Create text file - show desktop.scf
2. Paste the contents given below into it:
=========================
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
=========================
3. Save this file.
4. Set a shape action setting to launch this document.
5. When you click on it during slideshow, it will display the deskop.

Note: You will have to set the macro security level to Low to prevent the
warning that pops up when you attempt to launch the document.

Regards
Shyam Pillai

Handout Wizard
http://www.mvps.org/skp/how/
 
Back
Top