Tabbing Inside of Textboxes

D

Dennis Tucker

Hi all,

I got a bug that I could use some help with. I have some userforms setup
with TabStops enabled and TabIndexes setup too. The problem is that for
some reason and only sometimes, I do not get tabbing from control to
control. I get tabbing within the textboxes. It only happens sometimes.

What is going on and how can I ensure tabbing is always from control to
control?



Dennis
 
C

Chip Pearson

Check the setting of the TabKeyBehavior property. It should be False.
Is it possible that you have code that modifies this property?

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
 
D

Dennis Tucker

Chip, thanks for the response.

The default is "false" for this property. I did not mess(or code any
change) with these. I reviewed the initial settings and they are all FALSE.
False is the right state to move from control to control.

I still do not have an answer for this problem.

Anyone, please jump in on this.


Dennis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top