View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Edwin Tam[_7_] Edwin Tam[_7_] is offline
external usenet poster
 
Posts: 94
Default 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