Passing a value from command line

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

Guest

I am trying to pass a value into an excel workbook to populate a cell within
a worksheet. The value is dynamic and will create a worksheet by inserting
the value passed to a data query.
 
M,
AFAIK you cannot read Excel's command line arguments.
That leaves you 3 options:
1. Use automation, open workbook, straight forward process
2. Use ADO, no need to open, but could be tricky depending on your layout
3. Use the older Macro format. Never used it.

NickHK
 

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