M
MikeZ
I have 20 custom shapes on a page, with one that I call the Master Control
shape. Each shape is a grouping of smaller shapes (a one big rectangle with
4 smaller rectangles inside) When I make formatting changes to the Master
Control shape, I want that change reflected in the other 19 shapes.
For example, if I change the text color to red in the smaller upper right
coner rectangle, I want the other 19 shapes to reflect the same change. I
think that I need to reference the "Character" row in the shapesheet, either
with VBA or some function call. I tried using a function like
Sheet.1!Charachter.Color but that doesn't work.
Thanks!
shape. Each shape is a grouping of smaller shapes (a one big rectangle with
4 smaller rectangles inside) When I make formatting changes to the Master
Control shape, I want that change reflected in the other 19 shapes.
For example, if I change the text color to red in the smaller upper right
coner rectangle, I want the other 19 shapes to reflect the same change. I
think that I need to reference the "Character" row in the shapesheet, either
with VBA or some function call. I tried using a function like
Sheet.1!Charachter.Color but that doesn't work.
Thanks!