Re: How can you define Page name as a function of other variables.
- From: "Michel LAPLANE" <mich.laplane@xxxxxxxxxx>
- Date: Tue, 27 Feb 2007 15:10:17 +0100
As there is no shapename cell there is no pagename cell. These data are
properties of Visio object shapes and of Visio object page. So to do that
you must write some Vba code
for example :
Public Sub SetPageName()
ActivePage.Name = "Hello"
End Sub
"Bruno" <Bruno.2m48rq@xxxxxxxxxxxxxxxx> a écrit dans le message de news:
Bruno.2m48rq@xxxxxxxxxxxxxxxxxxx
I'm using visio 2002.
I am able to include the value of the "Page name" to define another
variable, simply by referencing "pagename()" in the formula.
For example:thetext=pagename()&"hello"
However, is it possible to define the "Page name" as a function of
other values on the ***?
For example: Could I define the page name in this fashion :
Pagename()= "hello"&shapetext(bluebox.39!thetext)
where "bluebox.39" is a shape on the ***.
If so where do I do this..? I can't find the pagename cell on the page
shape***...
Thanks for your thoughts!
Bruno
--
Bruno
------------------------------------------------------------------------
Bruno's Profile: http://www.officehelp.in/member.php?userid=5894
View this thread: http://www.officehelp.in/showthread.php?t=1354034
Posted from - http://www.officehelp.in
.
- References:
- Prev by Date: Re: Global command to remove all connectors; saving as a WORD document; Visio Viewer?
- Next by Date: Re: How can you define Page name as a function of other variables.
- Previous by thread: How can you define Page name as a function of other variables.
- Next by thread: Re: How can you define Page name as a function of other variables.
- Index(es):