Visio Guy

Visio Discussions => ShapeSheet & Smart Shapes => Topic started by: davidgon on February 03, 2017, 01:15:43 PM

Title: Related Shapes
Post by: davidgon on February 03, 2017, 01:15:43 PM
Can I make related shapes? I mean, for example, that one shapesheet cell of the shape takes its value from a shapesheet cell of another shape.

Thanks
Title: Re: Related Shapes
Post by: Surrogate on February 03, 2017, 01:22:55 PM
Yes, you can !
sheet.XXX!<cellname>
and at other page
Pages[<Pagename>]sheet.XXX!<cellname>

This documentation is archived and is not being maintained.
Chapter 3: Understanding the ShapeSheet (https://msdn.microsoft.com/en-us/library/office/gg144579(v=office.14).aspx)
Title: Re: Related Shapes
Post by: davidgon on February 06, 2017, 04:37:13 PM
Thanks!
Title: Re: Related Shapes
Post by: davidgon on February 07, 2017, 05:44:56 PM
Mmm, I could get the value of the cell of the other shape, but I couldn't get the value changes if I change the cell of the other shape. I mean, I just can get the value at the moment I execute the code.

Thanks
Title: Re: Related Shapes
Post by: wapperdude on February 07, 2017, 08:23:26 PM
What code???

Wapperdude
Title: Re: Related Shapes
Post by: davidgon on February 09, 2017, 01:55:17 PM
Thanks, it works perfect!

The problem I had was that I wasn't using Sheet.n! properly.

Thanks again!