
 Originally Posted by 
Brad
					
				 
				Couple questions. Aparently I put this text in a .VBS file and it will
automatically run itself on Mon, Wed, & Fri morning. It looks like this code IS
the scheduled task. So I wouldn't use the Control Panel > Schedule tasks GUI
with this code. Looks like this will open the Excel application. I suppose I
should put my macro in the workbook_open method of my personal.xls file? 
Personal.xls is the only Excel file that will be opened by this code, correct? 
The code is totally confusing to me so I am wondering how I can make it run
everyday (or atleast M-F) and how I can change the time at which it runs (for
testing purposes). I suppose there is nowhere on my computer where I can get
"Help" for these commands liek I can for VBA?
 
Thank you Paleo, i'll be tryin' this pretty soon!
 
Brad