View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 363
Default How to tab to next from a texbox

Hmm.
That worked....
"Dave Peterson" wrote in message
...
Check the .TabKeyBehavior property in VBA's help.



Corey wrote:

I am settin gup a userform, and can tab from 1 combobox to the next,
But when i click tab from a Textbox, the textbox stays selected and the
curser moves across in it.
How can i get it to tab from the textbox to the next tab item by using
the
tab key?
Corey....


--

Dave Peterson