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  

Global Change for Symbols



 
 
Thread Tools Display Modes
  #1  
Old November 17th, 2005, 04:50 PM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape

Thanks
  #2  
Old November 18th, 2005, 04:10 PM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

Can this be done in a macro?



"Al" wrote:

Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape

Thanks

  #3  
Old November 18th, 2005, 08:04 PM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

By the way, the shapes have text in them and we want to text to be preserved
once the shapes have been changed.

I really do not think there is a way to do this as the shapes do not have a
property that tells you what shape is being used.

In summary, here is the question.
We want to change all "terminator" shapes containing text to "process"
shapes and keep the same text in each shape.

Thanks
Al

"Al" wrote:

Can this be done in a macro?



"Al" wrote:

Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape

Thanks

  #4  
Old November 19th, 2005, 01:18 AM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

There are 2 ways to do it in a macro:

1) Scan for all terminator shapes by looking for their master and then
change each and every one of them.

2) The smarter way would be to locate the document stencil using code
and then changing the master "terminator" in the document stencil. This
will cause all shapes in your drawing which has "terminator" as a master
to change.

Good Luck

Al wrote:
By the way, the shapes have text in them and we want to text to be preserved
once the shapes have been changed.

I really do not think there is a way to do this as the shapes do not have a
property that tells you what shape is being used.

In summary, here is the question.
We want to change all "terminator" shapes containing text to "process"
shapes and keep the same text in each shape.

Thanks
Al

"Al" wrote:


Can this be done in a macro?



"Al" wrote:


Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape

Thanks

  #5  
Old November 20th, 2005, 10:50 AM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

On Thu, 17 Nov 2005 08:50:09 -0800, "Al"
wrote:

Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape


http://www.visio-utilities.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/
  #6  
Old November 21st, 2005, 12:51 PM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

Thank-you - yes approach number 2 does the trick in globally changing the
shapes but we lose all the text that was in each shape in the process.

I do not think there is a way to maintain the text so the user in this case
will have to change each one manually.

Al

"VKY" wrote:

There are 2 ways to do it in a macro:

1) Scan for all terminator shapes by looking for their master and then
change each and every one of them.

2) The smarter way would be to locate the document stencil using code
and then changing the master "terminator" in the document stencil. This
will cause all shapes in your drawing which has "terminator" as a master
to change.

Good Luck

Al wrote:
By the way, the shapes have text in them and we want to text to be preserved
once the shapes have been changed.

I really do not think there is a way to do this as the shapes do not have a
property that tells you what shape is being used.

In summary, here is the question.
We want to change all "terminator" shapes containing text to "process"
shapes and keep the same text in each shape.

Thanks
Al

"Al" wrote:


Can this be done in a macro?



"Al" wrote:


Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape

Thanks


  #7  
Old November 22nd, 2005, 01:29 PM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

Thanks for that advice but when I tried the software it did not change the
shapes as promised - instead it tells me "New master not found."

Al


"Paul Herber" wrote:

On Thu, 17 Nov 2005 08:50:09 -0800, "Al"
wrote:

Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape


http://www.visio-utilities.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/

  #8  
Old November 22nd, 2005, 02:01 PM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

On Tue, 22 Nov 2005 05:29:04 -0800, "Al"
wrote:

Thanks for that advice but when I tried the software it did not change the
shapes as promised - instead it tells me "New master not found."


It can't find the new shape that you want. The new shape must be in an
open stencil (and preferably the only open stencil). Also, the name
must match (though case is unimportant).


Al


"Paul Herber" wrote:

On Thu, 17 Nov 2005 08:50:09 -0800, "Al"
wrote:

Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape


http://www.visio-utilities.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/
  #9  
Old November 22nd, 2005, 02:37 PM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

I confirmed that the stencil is in fact open - I still get the "New master
not found" message - I wish it would have worked.

Al


"Paul Herber" wrote:

On Tue, 22 Nov 2005 05:29:04 -0800, "Al"
wrote:

Thanks for that advice but when I tried the software it did not change the
shapes as promised - instead it tells me "New master not found."


It can't find the new shape that you want. The new shape must be in an
open stencil (and preferably the only open stencil). Also, the name
must match (though case is unimportant).


Al


"Paul Herber" wrote:

On Thu, 17 Nov 2005 08:50:09 -0800, "Al"
wrote:

Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape

http://www.visio-utilities.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/

  #10  
Old November 22nd, 2005, 02:57 PM posted to microsoft.public.visio.general
external usenet poster
 
Posts: n/a
Default Global Change for Symbols

On Tue, 22 Nov 2005 06:37:16 -0800, "Al"
wrote:

I confirmed that the stencil is in fact open - I still get the "New master
not found" message - I wish it would have worked.


Try using the 'List Symbols on Page' and 'Stencil Report'. The shapes
might not be called what you think they are.


Al


"Paul Herber" wrote:

On Tue, 22 Nov 2005 05:29:04 -0800, "Al"
wrote:

Thanks for that advice but when I tried the software it did not change the
shapes as promised - instead it tells me "New master not found."


It can't find the new shape that you want. The new shape must be in an
open stencil (and preferably the only open stencil). Also, the name
must match (though case is unimportant).


Al


"Paul Herber" wrote:

On Thu, 17 Nov 2005 08:50:09 -0800, "Al"
wrote:

Is there a way to globally change symbols?

Eg: change all Rectangles to some other shape

http://www.visio-utilities.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/


--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics stencils for Visio http://www.electronics.pherber.com/
 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
PowerP should allow a global change from bold to a specific font c philipc General Discussions 0 September 29th, 2005 11:49 AM
Cannot change font in Word 2003 stevemalee General Discussion 0 August 16th, 2005 06:33 PM
Global change Master Category List, Labels & Automatic Format Filt TFischer-RAV Installation & Setup 1 March 31st, 2005 03:02 AM
Global change to symbol Scott Visio 1 May 29th, 2004 08:10 AM
Change default contacts from Global Group to personal contacts Joe Contacts 1 April 26th, 2004 10:58 AM


All times are GMT +1. The time now is 02:26 AM.


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