Can I hide a sheet in MS Visio like how we can hide in MS Excel?
D David Parker [Visio MVP] May 4, 2005 #2 The page has a shapesheet cell UIVisibilty. If you enter 1 in there, then the page will disappear - but - you'll need to use code to make it visible again! eg Visio.ActiveDocument.Pages(2).PageSheet.Cells("UIVisibility").Formula="0"
The page has a shapesheet cell UIVisibilty. If you enter 1 in there, then the page will disappear - but - you'll need to use code to make it visible again! eg Visio.ActiveDocument.Pages(2).PageSheet.Cells("UIVisibility").Formula="0"
R raven May 5, 2005 #3 Maybe try re-ordering the sheets so the ones you don't want are at the end. Right-click on the sheet tab and L click on reorder.
Maybe try re-ordering the sheets so the ones you don't want are at the end. Right-click on the sheet tab and L click on reorder.