View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Vba - getting value from other userform

Text= Userform1.TextBox1.Text

Be aware that if Userform1 has been unloaded, the textbox will have been
cleared.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"ajliaks " wrote in message
...
Hi all,

in Userform1 I have TextBox1
I need to use that value into userform2. How do I call that value from
Userform2?

something like...
Text= Userform1(TextBox1.value) ???

Thanks,
Aldo.


---
Message posted from http://www.ExcelForum.com/