Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have the follow simple code, a form "frm1" is created and attached a textbox ------------------------------- Public Sub Auto_Open() frm1.show End Sub Public Sub SubB frm1.TextBox1.text = "test" Call SubC End SubB 'in the activate function of frm1 Private Sub UserForm_Activate() Call SubB End Sub ------------------------------------ Why the form frm1 is show, but the text box is not loaded, it is like something very busy (yes, SubC is very busy), but everything else is okay. Thanks Nick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not responding...... | Excel Worksheet Functions | |||
why does it say not responding | New Users to Excel | |||
Calculate Textbox value based on another textbox value.doc | Excel Discussion (Misc queries) | |||
Calculate Textbox value based on another textbox value | Excel Discussion (Misc queries) | |||
UserForm TextBox to ActiveSheet TextBox over 256 characters | Excel Programming |