On Google Chrome (or Edge),
I would like to open Excel macro with startup parameters specified.
In the case of running it with some Excel workbook opened first,
Excel macro could not get the startup parameters.
(It works so that the startup parameters of Excel workbook opened earlier can be taken)
Even if I have some Excel workbook open first, I would like to take Param1 parameters with the XXXXX.xlsm macro.
Office URI scheme with the following command image
ms-excel:nft|u| http://localhost:8080/excel/XXXXX.xlsm?Param1
In Excel macro
Get startup parameters using 'GetCommandLineW'
Office version : 365 or 2019
Thank you.