How can I start Excel 2000 with arguments from the command line?

S

sidibou

I could do this with Excel 97 using the option /e/arg1/arg2/arg3.
This is not possible in Excel 2000 or heigher because the /e is used to
start Excel without a new workbook.

Is there any way to start Excel 2000 with arguments from the command line?
How can I then parse those arguments in the Makro?
In Excel 97 I used the API-Function :
Private Declare Function GetCommandLine Lib "kernel32" Alias
"GetCommandLineA" () As Long

Thanks in advance
Best regards Sidi Bou
 

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