lenze
Legend
- Joined
- Feb 18, 2002
- Messages
- 13,690
I have an On Open procedure that calls a Userform with instructions. On this UserForm I have two command buttons. One is labeled continue and hides the UserForm. I would like the other one to allow the user to hide the user form and Exit the On Open procedure. Exit Sub only exits the OnClick routine. How do I exit the On Open routine?