Look, Im new to VBA... I have a loop of UserForms set up to where the loop starts at 1 goes through 7, and 7 goes back to two.. what i understand is that i have to unload the forms as i progress but i cant. my code on my Commandbutton in UserForm1 is as follows
Private Sub CommandButton1_Click()
UserForm2.Show
Unload UserForm1
End Sub
Ive been at it all day.. no luck.. any help is very appreciated.. keep in mind im very new at this..
Private Sub CommandButton1_Click()
UserForm2.Show
Unload UserForm1
End Sub
Ive been at it all day.. no luck.. any help is very appreciated.. keep in mind im very new at this..