Thread: Tab stops
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Tab stops

Hi Tom
you're correct. No need for that.
Just my personal taste:
- I numer the tab index property starting in the upper left corner
- If I want the focus to beŽin a different starting position I use
..setfocus

:-))

--
Regards
Frank Kabel
Frankfurt, Germany

"Tom Ogilvy" schrieb im Newsbeitrag
...
For the initial entry? Why?

--
Regards,
Tom Ogilvy

"Frank Kabel" wrote in message
...
Hi
for the first question use the method
setfocus
of the desired userform element

--
Regards
Frank Kabel
Frankfurt, Germany

"TO" schrieb im Newsbeitrag
...
hello All,
I would like to ensure the cursor is active in a text box
when a userform opens.

Is there also a way to loop tab stops. I would like to
use tab stops to get to a particular area of a userform
then keep the tab stops looping through the next section
only. please help.