Hi-
Im using a mesage box on userform1 that pops up when the user presses the commandbutton. The mesage box asks a question, then gives a choice of yes or no. If yes is selected I want userform1.hide and userform2.show. if no is selected I want userform1.hide and userform3.show. How do you write this in code in the userform1 commandbutton click()?
Im using a mesage box on userform1 that pops up when the user presses the commandbutton. The mesage box asks a question, then gives a choice of yes or no. If yes is selected I want userform1.hide and userform2.show. if no is selected I want userform1.hide and userform3.show. How do you write this in code in the userform1 commandbutton click()?