Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can I call a Macro to run from a scheduled Task. If yes, How.
Thanks for your help. Jim Walsh |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
You could do this. Create a task that opens a workbook at the required time and in that workbook utilise the Open event to call your macro Private Sub Workbook_Open() Call MyMacro End Sub Sub MyMacro() 'Do things End Sub -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "jswalsh33" wrote: Can I call a Macro to run from a scheduled Task. If yes, How. Thanks for your help. Jim Walsh |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Forgot to mention you can also use the ONTIME method to run a macro at a given time. Have a look here http://www.ozgrid.com/Excel/run-macro-on-time.htm -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "jswalsh33" wrote: Can I call a Macro to run from a scheduled Task. If yes, How. Thanks for your help. Jim Walsh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can run a macro ( call a macro) on selection of any filtercriteria? | Excel Worksheet Functions | |||
Call an Access macro from an Excel macro | Excel Discussion (Misc queries) | |||
How to call up a macro in a different location? | Excel Discussion (Misc queries) | |||
macro call | Excel Discussion (Misc queries) | |||
How to call a macro in an XLA add-in | Excel Discussion (Misc queries) |