Schedule an Excel macro

L

ledzepe

Hello everyone,

Is there a way to schedule an Excel macro to run at a certain time?

Thanks in advance.
 
B

Bob Phillips

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)
 
Top