K
KT
I have grouped a number of shapes together to form a
drawing_header shape master. The components of the
drawing_header shape are:
drawing_name;
drawing_version;
drawing_date; etc
I would like to refer to each of these shapes individually
not the drawing_header shape is a whole.
ActiveWindow.Page.Shapes("drawing_name") doesn't work.
ActiveWindow.Page.Shapes("drawing_header") gives me the
grouped shape.
I don't want to have to ungroup the drawing_header shape
because then it's no longer associated with the master.
How do I refer to the "drawing_name" component in VBA?
TIA.
KT
drawing_header shape master. The components of the
drawing_header shape are:
drawing_name;
drawing_version;
drawing_date; etc
I would like to refer to each of these shapes individually
not the drawing_header shape is a whole.
ActiveWindow.Page.Shapes("drawing_name") doesn't work.
ActiveWindow.Page.Shapes("drawing_header") gives me the
grouped shape.
I don't want to have to ungroup the drawing_header shape
because then it's no longer associated with the master.
How do I refer to the "drawing_name" component in VBA?
TIA.
KT