VBA: UnHide a worksheet

Automate Excel

VBA: UnHide a worksheet

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

Related posts

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.