Hi everyone,
I'm trying to write a macro (VBA) to find line located in an area of a drawing and change their properties.
The coordinates are the only attributes that enables me to select the needed line among the other lines in the drawing.
I have recently done a similar work with texts...
Hi,
Thanks for this very interesting link.
But I could not find a way to select what is inside this rectangle.
I finally found a way to solve my issue.
First, select all texts in the view.
Then access to the coordinates (x and y separately) thanks to "selection.item(i).value".
Best Regards...
Hi everyone,
I'm trying to write a macro (VBA) to extract some texts from a drawing view, save it into variables and then use it in another drawing.
The coordinates (X and Y) are the only text attributes that enables me to select the needed text among the other texts in the drawing.
I am not...