Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a UserForm with a number of SpinButton controls which increase or decrease the value in associated text boxes. Everything works fine, but to tidy up the display a little, I want to make sure the focus is changed to the text box, and not rest with the SipnButton. Using the .SetFocus method appears to only work every other time the SpinButton is changed. Is there something I'm missing here? Code is as follows: Sub SpinBn1_Change With TextBx1 .Value = SpinBn1.Value .SetFocus End With End Sub Many thanks in advance M@ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set Focus Problem with Multipage Control | Excel Programming | |||
Set Focus Problem with Multipage Control | Excel Programming | |||
Set Focus Problem for textbox control on multipage control | Excel Programming | |||
Focus on Control before UserForm(s) pop up | Excel Programming | |||
test if a control has or doesnt have focus? | Excel Programming |