This code does not work to unhide a worksheet and show it while the user form is hidden. What code will work?
worksheetname.visible=True
worksheetname.Activate
UserForm.Hide
Application.OnTime Now TimeValue("00:00:10") "Show1"
Where Show1 is a subroutine that reshows the User Form.
Help!
worksheetname.visible=True
worksheetname.Activate
UserForm.Hide
Application.OnTime Now TimeValue("00:00:10") "Show1"
Where Show1 is a subroutine that reshows the User Form.
Help!