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  

Visio custom properties as variables?



 
 
Thread Tools Display Modes
  #1  
Old October 4th, 2004, 08:53 PM
Doug
external usenet poster
 
Posts: n/a
Default Visio custom properties as variables?

I have a visio diagram with lots of shapes that I have defined custom
properties for. I'm looking for a way to create a hyperlink that would
reference one of these properties (variable) so that data only has to be
entered in once and will make the hyperlink dynamic.

Any ideas?

Also, does anyone know how to tell a hyperlink to open in a new window?
  #2  
Old October 5th, 2004, 04:09 PM
Al Edlund
external usenet poster
 
Posts: n/a
Default

I use this to add a pointer into a hyperlink. This hyperlink calls Telnet
and feeds it the IP address stored in a custom property called
(appropriately) ipaddress.

Set shpCell = visShape.Cells("hyperlink.calltelnet.address")
shpCell.FormulaU = """TELNET:""&Prop.Ipaddress"
Al

"Doug" wrote in message
...
I have a visio diagram with lots of shapes that I have defined custom
properties for. I'm looking for a way to create a hyperlink that would
reference one of these properties (variable) so that data only has to be
entered in once and will make the hyperlink dynamic.

Any ideas?

Also, does anyone know how to tell a hyperlink to open in a new window?



  #3  
Old October 7th, 2004, 09:21 PM
Doug
external usenet poster
 
Posts: n/a
Default

This sounds like what I'm trying to do, but I'm not that
much of an expert at visio. I'm assuming this is entered
in the shapesheet but any more info you could provide
would be greatly appreciated.


-----Original Message-----
I use this to add a pointer into a hyperlink. This

hyperlink calls Telnet
and feeds it the IP address stored in a custom property

called
(appropriately) ipaddress.

Set shpCell = visShape.Cells

("hyperlink.calltelnet.address")
shpCell.FormulaU

= """TELNET:""&Prop.Ipaddress"
Al

"Doug" wrote in message
news:E6C99EC9-D08F-4335-99E9-

...
I have a visio diagram with lots of shapes that I have

defined custom
properties for. I'm looking for a way to create a

hyperlink that would
reference one of these properties (variable) so that

data only has to be
entered in once and will make the hyperlink dynamic.

Any ideas?

Also, does anyone know how to tell a hyperlink to open

in a new window?


.

 




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
Changing custom show sequence Guurt Powerpoint 1 October 27th, 2004 07:03 PM
Recovering Custom Forms After Additions Have Been Made To It? Elizabeth Contacts 1 August 11th, 2004 07:44 PM
Link excel data to a visio 2002 professional shape Darrick Visio 1 August 3rd, 2004 09:09 PM
Visio Most Recent Version RobC Visio 2 July 16th, 2004 08:28 PM
Printing larg format from Visio flowcharts peter_F Visio 1 June 1st, 2004 03:43 PM


All times are GMT +1. The time now is 03:43 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.