selecting parts of a reference with vb
selecting parts of a reference with vb
(OP)
hi,
i want to select drawings parts (lines, circles, ...) which are referenced into the current drawing.
Is this possible with vba? Could someone tells me how then.
HMO
i want to select drawings parts (lines, circles, ...) which are referenced into the current drawing.
Is this possible with vba? Could someone tells me how then.
HMO





RE: selecting parts of a reference with vb
The list can be read with a text editor.
From VB automation you can create a selection set of all the circles, or all the lines, etc.
You would need to be more specific as to what/why you need to do.