How to Run Excel Macro with CLI

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello:

Is it possible to execute a macro with command line parameter?

Thanks!
 
Is it possible to execute a macro with command line parameter?Hi Alan,

AFAIK excel supports only its own arguments and filenames.

You could either use macros executing on opening a file (vba) or
wsh scripting.

In the first case an excel newsgroup is more appropriate in the second
a scriptting one.

And searching google is always a good ides:
http://www.google.com/groups?q="excel+macro"+"command+line"

HTH
 

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

Back
Top