Thread: Tabbing Problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dennis Tucker Dennis Tucker is offline
external usenet poster
 
Posts: 140
Default Tabbing Problem

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.

All my textboxes are set for TabBehavior=FALSE.



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



Dennis