D
Db1712
I have a simple command button macro to hide a work sheet page. Is ther
a way to keep the sheet from being hidden if there is a value in boxe
e.g “g13,o13,g24,o24” then open a msgbox “sheet in use”. Thanks fo
any help with this
Private Sub CommandButton5_Click()
Application.ScreenUpdating = False
Sheets("Sun Misc Log").Visible = False
Application.ScreenUpdating = True
End Su
a way to keep the sheet from being hidden if there is a value in boxe
e.g “g13,o13,g24,o24” then open a msgbox “sheet in use”. Thanks fo
any help with this
Private Sub CommandButton5_Click()
Application.ScreenUpdating = False
Sheets("Sun Misc Log").Visible = False
Application.ScreenUpdating = True
End Su