shapesheet in Visio

F

Flowerpolyn

I have created a organisational chart with several pages/tabs. I have hidden
these tabs using visUIHidden in shapesheet. I now need to view these
pages/tabs. Can anyone tell me how to view them.
 
P

Paul Herber

I have created a organisational chart with several pages/tabs. I have hidden
these tabs using visUIHidden in shapesheet. I now need to view these
pages/tabs. Can anyone tell me how to view them.

If you download and install
http://www.visio-utilities.sandrila.co.uk/

the Goto Page item on the new menu will show you your hidden pages.
Select the appropriate hidden page, then Show Shapesheet will allow
you to reset the visibility.
 
C

Chris Roth [MVP]

Hi Flower,

If you're comfortable with VBA, you can go to the VBA editer (Alt + F11) and
type this line in the Immediate window:

ThisDocument.Pages(1).PageSheet.Cells("UIVisibility").ResultIU = 0

Change the Pages(1) to 2, 3, 4, 5 whatever to pick the page you want to
reveal.

--
Hope this helps,

Chris Roth
Visio MVP

Free Visio shapes:
http://www.visguy.com/category/shapes
Visio programming info:
http://www.visguy.com/category/programming/
Other Visio resources:
http://www.visguy.com/visio-links/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top