Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Erich,
you must be sure you "write" to the current instance of the loaded userform. That's where the object variable comes in. dim uf as userform1 set uf = new userform1 uf.show uf.textbox1.text etc if you need access to uf from "various" places, dim it as Public somewhere in a normal module. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool Erich Neuwirth wrote: I read it, but the textbox also does not work the way I need it to work. Here is my adaptation. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Modeless userform | New Users to Excel | |||
Modeless Userform problem | Excel Programming | |||
Modeless Userform problem | Excel Programming | |||
modeless userform | Excel Programming | |||
Modeless userform | Excel Programming |