Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using a query to retrieve data from the Internet and need to build in a
timer to wait for the remote server to reset. Can someone please help with a few lines of code to wait for say a 10 min. interval? Many thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try
Application.Wait Now + TimeValue("00:10:00") "Mike Macgowan" wrote: I am using a query to retrieve data from the Internet and need to build in a timer to wait for the remote server to reset. Can someone please help with a few lines of code to wait for say a 10 min. interval? Many thanks. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
awesome. thanks. my help files need to be reinstalled so I was dead in the
water. "duane" wrote in message ... try Application.Wait Now + TimeValue("00:10:00") "Mike Macgowan" wrote: I am using a query to retrieve data from the Internet and need to build in a timer to wait for the remote server to reset. Can someone please help with a few lines of code to wait for say a 10 min. interval? Many thanks. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Take a look he
http://cpearson.com/excel/ontime.htm In article , "Mike Macgowan" wrote: I am using a query to retrieve data from the Internet and need to build in a timer to wait for the remote server to reset. Can someone please help with a few lines of code to wait for say a 10 min. interval? Many thanks. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This isn't really designed for 10 minute intervals, but here's a solution
that adds a vb like timer control. http://www.enhanceddatasystems.com/E...ExcelTimer.htm Robin Hammond www.enhanceddatasystems.com "Mike Macgowan" wrote in message ... I am using a query to retrieve data from the Internet and need to build in a timer to wait for the remote server to reset. Can someone please help with a few lines of code to wait for say a 10 min. interval? Many thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Timer | Excel Discussion (Misc queries) | |||
Timer | Excel Worksheet Functions | |||
Stopping a Timer / Running a timer simultaneously on Excel | Excel Discussion (Misc queries) | |||
timer | Excel Programming | |||
API Timer | Excel Programming |