View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] hans.domian@de.man-mn.com is offline
external usenet poster
 
Posts: 9
Default Run a macro outside of Excel automatically


Hi all,

I have written a macro within of Excel.
How can I run this macro outside from Excel in background within a BAT-file like this:

@echo off
Title EXCEL-Macro Start Batch File
"C:\Program Files\Microsoft Office\Office10\EXCEL.EXE"  - <param> <name of macro>
exit

Which params I have to define after the term 'EXCEL.EXE'   ?

Thanks in advance