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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top