Linking Shapes

B

Bony Baba

Hi Everybody

I have a shape A on Page-1 and i want to link its custom property with shape
B Which is on Page-2.

i could not understand how i set the formula in the shapesheet which refer
to other page Shapes

Please Help.

Thanks.
 
C

Chris Roth [MVP]

Hey BB,

You do this with what is called "cross-sheet references". They will look
something like this:

Prop.OnA = Pages[Page-2]!Sheet.4!Prop.OnB

Sheet.4 will be the Name-ID of the "other shape" on the "other page". You
can find the Sheet.ID via Format > Special.

Have a look here for more on various formula types:

http://msdn2.microsoft.com/en-us/library/aa223379(office.11).aspx

--
Hope this helps,

Chris Roth
Visio MVP

Free Visio shapes:
http://www.visguy.com/category/shapes
Visio programming info:
http://www.visguy.com/category/programming/
Other Visio resources:
http://www.visguy.com/visio-links/
 
B

Bony Baba

Thanks Chris

it solves my problem


Chris Roth said:
Hey BB,

You do this with what is called "cross-sheet references". They will look
something like this:

Prop.OnA = Pages[Page-2]!Sheet.4!Prop.OnB

Sheet.4 will be the Name-ID of the "other shape" on the "other page". You
can find the Sheet.ID via Format > Special.

Have a look here for more on various formula types:

http://msdn2.microsoft.com/en-us/library/aa223379(office.11).aspx

--
Hope this helps,

Chris Roth
Visio MVP

Free Visio shapes:
http://www.visguy.com/category/shapes
Visio programming info:
http://www.visguy.com/category/programming/
Other Visio resources:
http://www.visguy.com/visio-links/

Bony Baba said:
Hi Everybody

I have a shape A on Page-1 and i want to link its custom property with
shape
B Which is on Page-2.

i could not understand how i set the formula in the shapesheet which refer
to other page Shapes

Please Help.

Thanks.
 

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