Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
How do I get a macro to pause for 5 seconds and then continue with the rest of the code? Thanks Greg |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I worked it out thanks anyway
Greg "Greg" wrote in message ... Hi all, How do I get a macro to pause for 5 seconds and then continue with the rest of the code? Thanks Greg |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greg,
Try Application.Wait Now + TimeSerial(0, 0, 5) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Greg" wrote in message ... Hi all, How do I get a macro to pause for 5 seconds and then continue with the rest of the code? Thanks Greg |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks I decided to try google and found the answer exactly what you wrote
Thanks to both of you for your answers Greg "Chip Pearson" wrote in message ... Greg, Try Application.Wait Now + TimeSerial(0, 0, 5) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Greg" wrote in message ... Hi all, How do I get a macro to pause for 5 seconds and then continue with the rest of the code? Thanks Greg |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.Wait now+timevalue("0:0:5")
HTH -- AP "Greg" a écrit dans le message de news: ... Hi all, How do I get a macro to pause for 5 seconds and then continue with the rest of the code? Thanks Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Best way to pause? | Excel Programming | |||
Pause code, wait for input, no input received, carry on with the code | Excel Programming | |||
Pause code for data return | Excel Programming | |||
Pause | Excel Programming | |||
Pause? | Excel Programming |