Userfrom textboxes

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
 
C

Chong Moua

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
 
Top