Passing parameter

K

karpagam

Hi

Here is my requiement

I want to call Excel from command line, I will pass a
parameter (like variable), I want to use this variable in
my code.

Can any one help me to solve this?

thanks
kalyan
 
H

Howard Kaikow

Karl E. Peterson said:
Psssst... Read the rest of the thread. ;-)

By definition, a "macro" cannot accept parameters.

I would not trust using a command line as that puts one at the mercy of MSFT
to allow such extra strings to be passed from the command line.
 
K

Karl E. Peterson

Howard Kaikow said:
By definition, a "macro" cannot accept parameters.

I would not trust using a command line as that puts one at the mercy of MSFT
to allow such extra strings to be passed from the command line.

Good thing for the OP your "definition" has nothing to do with what he's asking.
 
Top