View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ikaabod[_67_] Ikaabod[_67_] is offline
external usenet poster
 
Posts: 1
Default Scheduling a Macro to Run


You can have windows open the excel file and have a macro in that excel
file that executes upon openning:

Private Sub Workbook_Open()

End Sub

Lost and Looking for Help Wrote:
I know that i can set up Windows to run Excel at a certain time everyday
or
week or what ever. I am wondering if there is a way to schedule excel
to
open a file and execute a macro at a certain time each week.

Thanks,

Tim



--
Ikaabod
------------------------------------------------------------------------
Ikaabod's Profile: http://www.excelforum.com/member.php...o&userid=33371
View this thread: http://www.excelforum.com/showthread...hreadid=542515