Steve Rindsberg said:
We can't give good answers w/o a much more detailed and accurate description of what 's
going on. You're too far away and my eyes are too bad for me to see over your
shoulder.

We only have your descriptions to go by; don't be shy about describing
every step of what you're doing. Nobody will be insulted by too much detail.
You say "when you launch a PPS" ... launch it how? Browser link or doubleclick from
within Win explorer or ???
I have a folder with multiple PPS files in it. I double click on one of
them in windows explorer. I go through the show. The last slide in the show
has a button that runs a macro (the macro code was posted in an earlier
post). The macro is supposed to open one of the other PPS shows in the
folder and close the current PPS. The macro doesn't work.
HOWEVER, say I am doing some editing in PowerPoint. Then I finish, save my
file, and close ALL open files in PowerPoint (there is nothing on my screen
but a grey background and toolbars). Then I double click the SAME PPS as in
the previous scenario in windows explorer. I'll go through the show and
click on the button on the last slide. This time THE MACRO WILL RUN.
Opening the next PPS and closing the current PPS.
This has led me to believe that the PowerPoint application needs to be
running for this particular macro to work. However, in both cases, if you
look at taskmgr during the first show POWERPNT.EXE is running. I guess maybe
different parameters are used to run the executable at the time of the
double-click? Regardless, we do know that macros are saved in PPS files and
do in fact run when only double-clicking the file in Explorer (NOT having the
full application open). To verify this I created a macro in a PPS to display
a msgbox. I ran the file (and macro) without the PowerPoint application
running.
So!....I think that there must be some other way to write a macro, using
different code than I have written, to open a PPS and close a PPS.
Macros will not run without the application open.
The msgbox macro worked.
If installing an addin is practical, have a look here:
http://skp.mvps.org/sngsswnd.htm
Might do just what you're after
I'll look into this.
Thanks again!