VBA: UnHide a worksheet

August 14th, 2004 | Categories: Worksheets | Tags: , ,
-->

It’s real tough for a user to manipulate a worksheet when they can’t see it…try this.

1. Put this in a module

Sub SheetUnhide()
Sheet1.Visible = xlSheetVisible
End Sub
Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
No comments yet.