Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I get text from UserForm1.Textbox1 to Userform2.textbox1??
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Either both need to be loadad simultaneously at one point, then
Userform2.textbox1.Text = UserForm1.Textbox1.text or use a spreadsheet cell for temporary storage of the text. HTH. Best wishes Harald "damorrison" skrev i melding ups.com... How can I get text from UserForm1.Textbox1 to Userform2.textbox1?? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks alot Harold,
Works Great |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
coping and create new userform | Excel Discussion (Misc queries) | |||
userform that add data in all w/sheets | Excel Discussion (Misc queries) | |||
Data Validation Cell - Move to UserForm | Excel Worksheet Functions | |||
Cell Content from UserForm Not Retained | Excel Discussion (Misc queries) | |||
How can I run a macro in the background whilst a UserForm is visib | Excel Discussion (Misc queries) |