View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Donemowe Donemowe is offline
external usenet poster
 
Posts: 2
Default Command line parameters into a macro

Thanks everyone - I'm going to give these a go.

Many thanks,

Tony

"David McRitchie" wrote in message
...
Let me try to rephrase my statement:

You can have a short macro call another macro using
parameters, but you cannot invoke a macro and pass it
parameters.


You can have a short macro call another macro using
parameters from your code.

You cannot invoke a macro from the worksheet.