markdoughty
Board Regular
- Joined
- Nov 4, 2010
- Messages
- 226
Ive been trying to no avail to take the value of a combobox on userform1, and, to place it into a textbox on userform2.
I have tried various code senarios but think i might be missing something more key to the point that im transferring values between userforms.
this is just one of the codings i tried within the inialization section of userform2.
any help much apprieciated
I have tried various code senarios but think i might be missing something more key to the point that im transferring values between userforms.
this is just one of the codings i tried within the inialization section of userform2.
HTML:
workbook.userform1.combobox1.Value = userform2.TextBox1.Value
any help much apprieciated