What do incorporate into this code (if possible) that once the sheet viewed has been closed will return me to the sheet that sent me there...
Does that make sense?
Does that make sense?
Code:
Private Sub CloseSheet()
ActiveWindow.SelectedSheets.Visible = False
End Sub