T
the Duke
I am using Office 2004 for mac
I am trying to get a looping of 3 different slideshows using the VBA
macro run.
It basically goes like this:
for i = 1 to 100
presentations("first.ppt").slideshowsettings.run
presentations("second.ppt").slideshowsettings.run
presentations("third.ppt").slideshowsettings.run
next i
the problem is that as soon as the very first slide is shown in
first.ppt, the second presentation is loaded, then the third. THe
effect is that the third.ptt plays first. It seems that the commands
interrupt each other. How can I get around this?
Tim
I am trying to get a looping of 3 different slideshows using the VBA
macro run.
It basically goes like this:
for i = 1 to 100
presentations("first.ppt").slideshowsettings.run
presentations("second.ppt").slideshowsettings.run
presentations("third.ppt").slideshowsettings.run
next i
the problem is that as soon as the very first slide is shown in
first.ppt, the second presentation is loaded, then the third. THe
effect is that the third.ptt plays first. It seems that the commands
interrupt each other. How can I get around this?
Tim