Y
yangyh
dear all,
I want to pass the string value (defined in Form1) to another For
(Form2). Can I use the following codes in Form1
Private Sub NextBotton_Click()
....
With UserForm2
...
String2 = String1
End With
End Sub
String2 is defined in Form2. Unfortunetly, String2 did not get th
value as expected. How can I pass the string values between tow forms
Thanks.
Davi
I want to pass the string value (defined in Form1) to another For
(Form2). Can I use the following codes in Form1
Private Sub NextBotton_Click()
....
With UserForm2
...
String2 = String1
End With
End Sub
String2 is defined in Form2. Unfortunetly, String2 did not get th
value as expected. How can I pass the string values between tow forms
Thanks.
Davi