How can I choose the instance of application to store in variable?
For example, when I use Set objAPP = GetObject(,"AutoCAD.Application") and I am running two or more AutoCADs, GetObject even doesn't return the active one.
Printable View
How can I choose the instance of application to store in variable?
For example, when I use Set objAPP = GetObject(,"AutoCAD.Application") and I am running two or more AutoCADs, GetObject even doesn't return the active one.