Hey all,
As per the title, I'm trying to figure out how to automatically ask the user to input data after I show a Userform.
Relevant Code:
Private Sub Start_Click()
Userform.Show
number = InputBox("Please enter a number", "Enter a number")
End Sub
When I execute the above code, it stops at Userform.Show. I don't want to add a command button... But if that's the only way so be it... Unless there's a way!
Thank you for any help. Cheers!
As per the title, I'm trying to figure out how to automatically ask the user to input data after I show a Userform.
Relevant Code:
Private Sub Start_Click()
Userform.Show
number = InputBox("Please enter a number", "Enter a number")
End Sub
When I execute the above code, it stops at Userform.Show. I don't want to add a command button... But if that's the only way so be it... Unless there's a way!
Thank you for any help. Cheers!