View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Albrecht Hesmert Albrecht Hesmert is offline
external usenet poster
 
Posts: 3
Default passing parameters from command line

Hi,

I want to pass parameters to an excel macro when calling it from command
line.

e.g. something like:

excel myexcel.xls filename.txt

The excel macro should process the file filename.txt
Is this possible? What do I have to do in the macro to access the
parameter?

Thanks & regards,
Albrecht