UserForm1.Hide worked very well, however Userform1 updates the excel sheet before Userform2 is shown.
userform1.hide
userform2.show
I want the data from BOTH userforms to be updated on the excel sheet when I send the data command not before.
I can move from userform2 to userform1 without the excel sheet updating & the data remaining in both userforms however when I move from userform1 to userform2 the excel sheet updates each time
From 1 to 2 - updating excel sheet occurs
userform1.hide
userform2.show
From 2 to 1 - no updating
userform2.hide
userform1.show
userform1.hide
userform2.show
I want the data from BOTH userforms to be updated on the excel sheet when I send the data command not before.
I can move from userform2 to userform1 without the excel sheet updating & the data remaining in both userforms however when I move from userform1 to userform2 the excel sheet updates each time
From 1 to 2 - updating excel sheet occurs
userform1.hide
userform2.show
From 2 to 1 - no updating
userform2.hide
userform1.show