A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Visio
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Link shape behavior to another shape on page



 
 
Thread Tools Display Modes
  #1  
Old January 14th, 2010, 03:17 PM posted to microsoft.public.visio.general
Mikez
external usenet poster
 
Posts: 18
Default Link shape behavior to another shape on page

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!
  #2  
Old January 14th, 2010, 08:47 PM posted to microsoft.public.visio.general
WapperDude
external usenet poster
 
Posts: 589
Default Link shape behavior to another shape on page

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

Wapperdude



"MikeZ" wrote:

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!

  #3  
Old January 15th, 2010, 03:43 PM posted to microsoft.public.visio.general
Mikez
external usenet poster
 
Posts: 18
Default Link shape behavior to another shape on page

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.


"WapperDude" wrote:

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

Wapperdude



"MikeZ" wrote:

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!

  #4  
Old January 15th, 2010, 04:36 PM posted to microsoft.public.visio.general
AlEdlund
external usenet poster
 
Posts: 468
Default Link shape behavior to another shape on page

try here
http://msdn.microsoft.com/en-us/libr...ffice.10).aspx
al


"MikeZ" wrote in message
...
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.


"WapperDude" wrote:

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

Wapperdude



"MikeZ" wrote:

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!


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.