macro on time

E

Enyaw

Is there a way of getting a macro to run and when finished do not start again
for another minute . The macro will move onto the next sheet and create a
sort of slideshow updating the information from other worksheets.
 
P

Patrick Molloy

public bStop as Boolean
sub starttimer()
do until bStop

application.ontime now()+Timevalue("00:01:00"),"MySup"

loop
 

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