VBA run macro

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top