Hi Dominic,
Thank you for replying. So far this is what I have
Private Sub CommandButton4_Click()
Sheets("Summary 1").Visible = True
Sheets("Summary 1").Activate
End Sub
but once the user is done with the tab and hits the "Index" button, I want the tab to become hidden again. Do I have to combine that into the formula or do I have to create a new module? I inserted a moduel and I have this
Sub Macro1()
Sheets("Index").Select
Sheets("Index").Activate
ActiveWindow.SelectedSheets.Visible = False
But when I hit the "Index" button on the active sheet--it takes me back to the index--however the Summary 1 tab wasnt hidden, it remained visible. 


HELPP MEEEEEE


Bookmarks