Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro / function text time to 24hr excel time passed midnight fortotaling hr's | Excel Worksheet Functions | |||
Macro elapsed time bar (same as download time elapsed bar) | Excel Programming | |||
time and auto macro run by setting time | Excel Programming | |||
Help with Macro to Convert Date/Time to Time Only | Excel Programming | |||
excel - macro - automatic initiation of a macro at a pre-specified "system time" | Excel Programming |