Sory...replace the Hidden with Visible
So your codes are now:
And![]()
Sub goto_sheet() Sheets("Thyristors").Visible = True Sheets("Thyristors").Activate End Sub
![]()
Sub back_to_sheet() ActiveSheet.Visible = False Sheets("Main Menu").Activate End Sub
Bookmarks