Link shape behavior to another shape on page

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!
 
W

WapperDude

Assuming "Sheet.1" is the desired controlling shape, then you're on target,
except the syntax is: Sheet.1!Char.Color.

Wapperdude
 
M

MikeZ

That worked!

As a follow up, where is the reference or documentation on this type of
coding technique? Maybe it is in the Visio Help, but I don't know how to
search for it.

Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top