G
Greg B
I am wondering how to change this code a little so if the person hits cancel
button on the inputbox it just exits back to the main menu called "main"
Dim ROUND1
ROUND1 = InputBox("WHAT ROUND IS IT?", , Val(Sheet1.Range("B3") + 1))
WEEK1.Visible = False
WEEK2.Visible = False
PRINT1.Visible = False
PRINT2.Visible = False
VIEW1.Visible = False
VIEW2.Visible = False
Thanks
Greg
button on the inputbox it just exits back to the main menu called "main"
Dim ROUND1
ROUND1 = InputBox("WHAT ROUND IS IT?", , Val(Sheet1.Range("B3") + 1))
WEEK1.Visible = False
WEEK2.Visible = False
PRINT1.Visible = False
PRINT2.Visible = False
VIEW1.Visible = False
VIEW2.Visible = False
Thanks
Greg