View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scott Scott is offline
external usenet poster
 
Posts: 2
Default Tab between Text Boxes no longer working

After adding numerous controls to a Multipage control, I
am now no longer able to tab between Text Box controls.
The tab function did work prior to the recent adds.
Instead of changing the focus, the tab key now adds a tab
in the Text Box.

The Text Box properties which affect the tab as set as
follows:
AutoTab = False
MultiLine = False
TabIndex = 0
TabKeyBehavior = False
TabStop = True

Any help is greatly appreaciated!!!

Thanks...Scott