Vba - getting value from other userform

  • Thread starter Thread starter ajliaks
  • Start date Start date
A

ajliaks

Hi all,

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

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

Thanks,
Aldo
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top