Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's a simple question (I suspect the answer isn't..)
I want to trigger a macro to run at a specific month Any ideas? Thanks In Advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Irma,
Quite simply ... Sub Annual() If Range("A1").Value = 3 Then ' 3 for March Run ("MyMacro") End If End Sub HTH Carim |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the OS scheduler.
-- HTH RP (remove nothere from the email address if mailing direct) "IRMA MENDOSA" wrote in message ... Here's a simple question (I suspect the answer isn't..) I want to trigger a macro to run at a specific month Any ideas? Thanks In Advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2008 Australian Excel Conference - March 12 - March 14, Sydney, Australia | Excel Discussion (Misc queries) | |||
2008 Australian Excel Conference - March 12 - March 14, Sydney, Australia | Excel Worksheet Functions | |||
2008 Australian Excel Conference - March 12 - March 14, Sydney, Australia | Excel Discussion (Misc queries) | |||
2008 Australian Excel Conference - March 12 - March 14, Sydney, Australia | Excel Discussion (Misc queries) | |||
2008 Australian Excel Conference - March 12 - March 14, Sydney, Australia | Excel Worksheet Functions |