Userfrom textboxes

  • Thread starter Thread starter Jo
  • Start date Start date
J

Jo

Hi
I am still having problems getting the data from textbox
entries into other modules.
I would like to be able to name userform1.textbox12.value
as txt12 and then have it available to all other macros.
May be I am putting the code in the wrong place?
Thanks agian for all your help.
Jo
 
Once you unload the form you can't use its values
anymore. You have to hide it only. Or you can put the
value on a cell and refer the other macros to that cell.

Hope this helps...

Chong Moua
 

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

Similar Threads

userform textboxes 4
userform textboxes again 4
Firing Event in another user form 1
Calculating TextBoxes 2
Reselect a TextBox 5
Catch a wrong value 8
Userform with 1024+ textboxes 13
Calendar Form Update 4

Back
Top