ederson_ambrosio
2017-11-10, 07:23 PM
Dear;
How do I access an excel spreadsheet pasted as OLE object in AutoCAD through lisp? I have looked at the activex properties of the OLE object, but I have not found how to point the spreadsheet. I need a string to fill in the code line below!
(setq plan (vlax-invoke-method wb-collection "open" "c: \\ WheretheWorksht.OLE.xls, OhMyGod?"))
Someone help?
Grateful;
Ederson
How do I access an excel spreadsheet pasted as OLE object in AutoCAD through lisp? I have looked at the activex properties of the OLE object, but I have not found how to point the spreadsheet. I need a string to fill in the code line below!
(setq plan (vlax-invoke-method wb-collection "open" "c: \\ WheretheWorksht.OLE.xls, OhMyGod?"))
Someone help?
Grateful;
Ederson