Thread: macro on time
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_2_] Patrick Molloy[_2_] is offline
external usenet poster
 
Posts: 1,298
Default macro on time

public bStop as Boolean
sub starttimer()
do until bStop

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

loop



"Enyaw" wrote:

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.