Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I initially load my modeless form, the input focus
usually begins on my first textbox control (or any other control). However, if you click on the spreadsheet, then click back to the modeless control, the input focus is lost (ie. not set on any control). How can I set the input focus back on Textbox1 if someone clicks on the spreadsheet and then clicks back to the modeless form??? I already tried the following code, but it doesnt work: Private Sub UserForm_Activate() UserForm1.TextBox1.SetFocus End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Modeless form keeps taking 'focus' | Excel Programming | |||
Focus In Modeless Form (spare me the grief) | Excel Programming | |||
How do I switch focus from a modeless user form back to the excel. | Excel Programming | |||
Modeless User Form and Worksheet Focus | Excel Programming | |||
Removing focus from a Modeless Form? | Excel Programming |