View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BTuohy BTuohy is offline
external usenet poster
 
Posts: 5
Default 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