Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, you can.
The following line will run the macro "Sicuta" one minute after execition. Application.OnTime Now + TimeValue("00:01:00"), "Sicuta" "Fernando" wrote: How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd start with Chip Pearson's site:
http://www.cpearson.com/excel/OnTime.aspx (Every 5 minutes, right?) Fernando wrote: How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excelent, it works!
Thank you Dave. "Dave Peterson" escreveu: I'd start with Chip Pearson's site: http://www.cpearson.com/excel/OnTime.aspx (Every 5 minutes, right?) Fernando wrote: How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible? -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thank you Michel! "Michel Petit" escreveu: Yes, you can. The following line will run the macro "Sicuta" one minute after execition. Application.OnTime Now + TimeValue("00:01:00"), "Sicuta" "Fernando" wrote: How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running VB macros | New Users to Excel | |||
Running Macros | Links and Linking in Excel | |||
Running Macros when on the LAN | Excel Discussion (Misc queries) | |||
running macros | Excel Discussion (Misc queries) | |||
HELP: Running two Macros, one before the other | Excel Programming |