Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Each control has their own TabIndex. Ensure that the top-most control has
the lowest TabIndex number. -- Rob van Gelder - http://www.vangelder.co.nz/excel "S.Hoitinga" wrote in message .. . "Rob van Gelder" wrote From what I can gather, this has to do with the TabIndex property. The form can be navigated by keyboard using the tab key. Each control has a TabIndex which sequences which control gets focus as Tab is pressed. That's just what my idea was. I tried to give the first object (a lable) the first tab-key, but this didn't change a thing. Also I set the property "setfocusonclick" of the comandbutton to false, but still the focus was on the end of the form. I don't want people to first use the Tab to get to the top of the form. The form should show the top when popping up. It seems to be out of control. Weird. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Scrollbar help | Excel Discussion (Misc queries) | |||
scrollbar reslut makes another scrollbar to show | Excel Discussion (Misc queries) | |||
Excel VBA - Userform Texbox/Scrollbar problem | Excel Programming | |||
Scrollbar | Excel Programming | |||
Scrollbar settings in a UserForm | Excel Programming |