View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
-- SCOTT-- -- SCOTT-- is offline
external usenet poster
 
Posts: 1
Default Tab stopped 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 = 1 thru n (depending on text box location)
TabKeyBehavior = False
TabStop = True

Any help is greatly appreciated!!!

Thanks...Scott