Visio Guy

Visio Discussions => General Visio => Topic started by: Bee5 on May 21, 2020, 10:04:07 AM

Title: Find the Universal Page Name
Post by: Bee5 on May 21, 2020, 10:04:07 AM
Hi,
I have been going in circles with this and I am still unable to find the "Universal Name" of my page (I have renamed it a few times and I don't know what Visio sees as the universal name). I have checked the shapesheet and drawing explorer but can't identify the unoversal name, which is the one I need to reference when linking shape text across sheets. Please help.
Regards,
Bee
Title: Re: Find the Universal Page Name
Post by: Surrogate on May 21, 2020, 01:13:25 PM
You can do it with ShapeSheet function PAGENAME with argument (https://docs.microsoft.com/en-us/office/client-developer/visio/pagename-function?redirectedfrom=MSDN)
PAGENAME(750)

UPDATED Hope my Snippet for ShapeSheet (https://surrogate-tm.github.io/snippets/shapesheet_en.html#ref) can helps you