View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Michael Vaughan Michael Vaughan is offline
external usenet poster
 
Posts: 71
Default Writing Batch File

Thanks Ron and Dave!

I will give it a shot.

Thanks agian,

Michael


Is there a way I can write in my VBA code a batch file command and then
save it as .bat file??

I would like to enter:

"C:\Program Files\InternetMacros\imacros.exe" -macro CalendarInsert -loop
19
echo Batch file completed

Then I would like to save it as: sample.bat

Thanks.. Michael Vaughan