L ledzepe Aug 4, 2006 #1 Hello everyone, Is there a way to schedule an Excel macro to run at a certain time? Thanks in advance.
Hello everyone, Is there a way to schedule an Excel macro to run at a certain time? Thanks in advance.
D Dave Peterson Aug 4, 2006 #2 Chip Pearson has lots of instructions at: http://www.cpearson.com/excel/ontime.htm
B Bob Phillips Aug 4, 2006 #3 I would create an Excel workbook with your code in Workbook_Open event, and use the OS scheduler to run Excel with that workbook. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
I would create an Excel workbook with your code in Workbook_Open event, and use the OS scheduler to run Excel with that workbook. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)