![]() |
Tab Key Inconsistency with User Form
We are getting inconsistencies with a User Form in how the Tab key
functions. There are times when it advances from form field to form field, and other times when it only advances the cursor within the active form field. Why is this not consistent and how can we control this? We want the Tab to always advance to the next field. Note: We are using automation on this form to get data from Outlook; but that should not affect anything. Any clues? Bert |
Tab Key Inconsistency with User Form
You need to check the "Tab order" of the controls placed on your userform.
With the form displayed, from the View menu, choose "Tab order". There you can check and set the tab order. Regards, Edwin Tam http://www.vonixx.com "BTuohy" wrote: We are getting inconsistencies with a User Form in how the Tab key functions. There are times when it advances from form field to form field, and other times when it only advances the cursor within the active form field. Why is this not consistent and how can we control this? We want the Tab to always advance to the next field. Note: We are using automation on this form to get data from Outlook; but that should not affect anything. Any clues? Bert |
Tab Key Inconsistency with User Form
Have you looked at the TabKeyBehavior property of the controls?
-- Regards, Tom Ogilvy "BTuohy" wrote: We are getting inconsistencies with a User Form in how the Tab key functions. There are times when it advances from form field to form field, and other times when it only advances the cursor within the active form field. Why is this not consistent and how can we control this? We want the Tab to always advance to the next field. Note: We are using automation on this form to get data from Outlook; but that should not affect anything. Any clues? Bert |
Tab Key Inconsistency with User Form
The TabKeyBehavior and Multiline are always set to FALSE---I should have
mentioned that at the onset. Curiously, however, ComboBoxes are also affected. "Tom Ogilvy" wrote in message ... Have you looked at the TabKeyBehavior property of the controls? -- Regards, Tom Ogilvy "BTuohy" wrote: We are getting inconsistencies with a User Form in how the Tab key functions. There are times when it advances from form field to form field, and other times when it only advances the cursor within the active form field. Why is this not consistent and how can we control this? We want the Tab to always advance to the next field. Note: We are using automation on this form to get data from Outlook; but that should not affect anything. Any clues? Bert |
All times are GMT +1. The time now is 01:31 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com