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

Hello Everyone,

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