View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
jamescox[_91_] jamescox[_91_] is offline
external usenet poster
 
Posts: 1
Default Set Tab Order in User form



Controls on a userform have two tab-related properties: TabStop which is
a
True/False boolean and TabIndex, which is an integer that controls
which control gets focus as the Tab key is pressed. You can't have two
controls that have the same TabIndex value, so it works best to start
numbering them at the last control you would want to have focus and work
your way back up to 1...

BTW, if TabStop is False, you can't tab to that control.


--
jamescox
------------------------------------------------------------------------
jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=113134