Using IntelliCAD from Excel
Posted: Wed Apr 21, 2004 9:07 am
I would like to make drawings in IntelliCAD from Excel VBA. I tried couple ways to set up the instance of the IntelliCAD application in Excel without much success. Can anybody help. The last thing I tried:
Dim ICapp as IntelliCAD.Application
Dim Doc as IntelliCAD.Document
Set ICapp = CreateObject(“IntelliCAD.Application”)
Set Doc = ICapp.Documents.ADD
Excel gives me an error “ActiveX component can’t create object”. What did I do wrong?
Dim ICapp as IntelliCAD.Application
Dim Doc as IntelliCAD.Document
Set ICapp = CreateObject(“IntelliCAD.Application”)
Set Doc = ICapp.Documents.ADD
Excel gives me an error “ActiveX component can’t create object”. What did I do wrong?