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 familiar with the "search" command but is there a way to find a text by its coordinates? For example, I need to select a text located between x = 100 and x = 120, and y = 20 and y = 30.
Thank you very much for your help.
Anthony
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 familiar with the "search" command but is there a way to find a text by its coordinates? For example, I need to select a text located between x = 100 and x = 120, and y = 20 and y = 30.
Thank you very much for your help.
Anthony