Relative Content

Tag Archive for excelvbaautocad

Creating a link to an excel table for acadtable by vba

Could you help me please?
I am new to programming VBA
I would like to know how to create a table in AutoCAD using data link from excel table by VBA with selection one sheet. Or create link data from excel table for created acadtable in advance?
Thank you for advice.

Run-time error 432 when running VBA script

I am trying to run a VBA script in Autocad and I get the following error: “Automation Error – element not found” Clicking on Debug highlights this line:
Set xlbook = GetObject(“C:75094-LB-06 MX-sv.xlsx”)
I can see that the file is present in the folder.