Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
I created a copy macro within Excel that I need done at a certain time each day. The copy macro (called copy3) is under the Modules portion in Visual basic. I put the following in the Sheet2 page in Visual basic: Private Sub Timer() Application.OnTime TimeValue("13:00:00"), "copy3" End Sub And it does not run the macro at 13:00. What have I done wrong? thanks, Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.ontime from shared drive | Excel Discussion (Misc queries) | |||
Find %ontime & SUMIF ontime ie: find matching sets within Range... | Excel Worksheet Functions | |||
OnTime VB | Excel Worksheet Functions | |||
OnTime...Please Help | Excel Programming | |||
Application.OnTime and Visual C++ | Excel Programming |