I am trying to access autocad block from Excel by using the following code:
Set acadBlockRef = acadDoc.HandleToObject(strHandle)
I am getting an error message: "Type mismatch" even though this statememt works in AutoCAD and MS Access. Please let me know of a way to make this work.
Thanks,
TW
Set acadBlockRef = acadDoc.HandleToObject(strHandle)
I am getting an error message: "Type mismatch" even though this statememt works in AutoCAD and MS Access. Please let me know of a way to make this work.
Thanks,
TW