View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LJi LJi is offline
external usenet poster
 
Posts: 7
Default Run Excel Macro through Batch file

Hi List,

Is that possible to run an Excel macro through a batch file? If yes,
can I pass value to run a macro? For example, if i need to let the
macro work on centern files, can i pass the file name when calling the
macro from the batch file? Like

C:\testmacro.xls FileOne.xls

Thanks for any help.