I found that selecting the points in CATPart and switching back to CATDrawing, the issue could be solve.
Set PartDoc = myView.GenerativeBehavior.Document.Parent
PartDoc.Activate
You're welcome. me from two weeks ago.
Hi,
I really need some help with my macro code
I’m trying to write a macro that can retrieve the coordinates of points from a CATPart and generate a table in a CATDrawing, similar to the “Coordinate Dimension Table” function.
However, my code is stuck at this line with an error:
Run-time...