Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 -- yangy ----------------------------------------------------------------------- yangyh's Profile: http://www.excelforum.com/member.php...fo&userid=2688 View this thread: http://www.excelforum.com/showthread.php?threadid=46657 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pass multiple characters to a string variable | Excel Programming | |||
Is it possible to open the VBA form with a link in a sheet and to pass variable from a cell to the VBA form? | Excel Programming | |||
Pass parameter to a form and then open it? | Excel Programming | |||
Pass string as Parameter in OpenText method | Excel Programming | |||
Can we Pass String to FieldInfo Array to OpenText Method. | Excel Programming |