Dr.Lube
Guest
Hi.
Can someone tell me how to open the spreadsheet I want, not the current one?
I searched but I can't find answers. If I don't tell him the sheet I run the risk of importing wrong data while I would like to open the sheet "sign pins". .
Does anyone know the syntax?
Thank you.
Can someone tell me how to open the spreadsheet I want, not the current one?
Code:
...
activesheet
(vlax-get-property excel 'activesheet)
...
Does anyone know the syntax?
Thank you.