Increment and pause

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all can some one please tell me if there is a way to say,
activepresentation.slides(1).shapes(1).incrementleft(25) for example
but do it in increments of say 5 and pause shortly betwen each one.
I have seen it in some languages as sleep however do not know how to do it
in vba.
Thank you
 
Hi all can some one please tell me if there is a way to say,
activepresentation.slides(1).shapes(1).incrementleft(25) for example
but do it in increments of say 5 and pause shortly betwen each one.
I have seen it in some languages as sleep however do not know how to do it
in vba.

Bingo, got it in one. Here's how to use Sleep:

Put your macro to Sleep
http://www.pptfaq.com/FAQ00466.htm

You'll probably also want to do a GoToSlide and go to the same slide as you're
already on after each change (in order to force the view to refresh itself).
 
Thank you Steve.
It was one of those things you know you've seen.......but where.
 

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

Back
Top