Message 1 of 6
Autocad 2022 VBA Automation error using CreateObject("VL.Application.16")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have used "CreateObject("VL.Application.16") " upto autocad 2018i to
get lisp variables into VBA macro's.
example:
Set objVisualLisp = CreateObject("VL.Application.16")
With objVisualLisp.ActiveDocument.Functions
Set objSymbol = .item("read").funcall("H:ExcelShareName")
GetPathFormSymbol = .item("eval").funcall(objSymbol)
End With
While using Autocad 2022 the next Automation error is fired
run-time error '-2147220999 (800401f9)':
Automation error
Error in the DLL
Who can help me with this problem
Ad ios