View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DP[_3_] DP[_3_] is offline
external usenet poster
 
Posts: 2
Default Run Excel Macro in a Batch File

Hello,

I need to do the following in a batch process, in a DOS batch file (under
Win2000):

1. Look into the certain folder, there is always one Excel file (with
arbitrary names).
2. Open that file with Excel.
3. Run a certain macro, say Macro1, on that file.
4. Close Excel

How should I properly approach that?

Thanks in advance,
DP