Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -----Original Message----- 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 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Userfrom problem... | Excel Discussion (Misc queries) | |||
How do you use DTpicker in a Userfrom | Excel Discussion (Misc queries) | |||
can you use the dtpicker in an userfrom | Excel Worksheet Functions | |||
Userfrom textboxes | Excel Programming | |||
create column & Row in userfrom | Excel Programming |