Sub macro_to_go_to_main() If ActiveSheet.Name <> "Main" Then ActiveSheet.Visible = False Worksheets("main").Activate End If End Sub
Sub macro_to_go_to_main() If ActiveSheet.Name <> "Main" Then ActiveSheet.Visible = False Worksheets("main").Activate End If End Sub
Steve
"Nearly all men can stand adversity, but if you want to test a man's character, give him power."
-Abraham Lincoln