Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to et a macro to run without the sheet being open? Within my
macro there is a timer of 00:00:01 to run he macro, but this will only work with the spreadsheet open. Is there a way to run the macro overnight without the sheet being open? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See
http://www.cpearson.com/excel/OnTime.aspx -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Dan Wood" wrote in message ... Is there a way to et a macro to run without the sheet being open? Within my macro there is a timer of 00:00:01 to run he macro, but this will only work with the spreadsheet open. Is there a way to run the macro overnight without the sheet being open? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Macros cannot be run without opening the workbook.
You could use Windows Task Scheduler to start Excel, open the workbook and run the macro. Add code to close the workbook and quit Excel when done. Gord Dibben MS Excel MVP On Sun, 20 Dec 2009 02:23:01 -0800, Dan Wood wrote: Is there a way to et a macro to run without the sheet being open? Within my macro there is a timer of 00:00:01 to run he macro, but this will only work with the spreadsheet open. Is there a way to run the macro overnight without the sheet being open? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy and append spreadsheet changes to new spreadsheet | Excel Discussion (Misc queries) | |||
Spreadsheet will not open without Excel Application being open fir | Excel Discussion (Misc queries) | |||
Macro - Open Word with Excel macro | Excel Discussion (Misc queries) | |||
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? | Excel Discussion (Misc queries) | |||
How do I get my personal macro worksheet to open whenever I open . | Excel Discussion (Misc queries) |