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.
Import excel table to autocad by vba macro variable “sheet name” not set
Could you help me please? I try to insert excel table to Autocad by VBA the code as shown below. An run time error ’91’ appears while running the code
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.