Hello all,
I got an userform named userform2 that displays Code and Productname in labels.
On this form is a button that passes through this Code and Productname;
Private Sub UserForm_Initialize()
lblGelCodeR.Caption = UserForm2.commonVariable
lblProductNameR.Caption =...