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
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