Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Tabbing to Checkboxes

I have several checkboxes on a form. I have set the
tabstop property to true, but the checkboxes are not
taking focus when I tab to them.

Is there a way to make them take focus when tabbed to?

Thanks,
Thomas
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Tabbing to Checkboxes

The tab index property is what you want. In the VB editor
select Properties (F4) and choose the Tab index. The index
starts from zero (the first tab) then increases by one.

Normally the tab index is okay, it is just when you add
another object to the form that the index then becomes in
the wrong order.

Remember to alter any other objects that are affected by
the change.

Regards
Peter

Remove Nothere to reply directly
-----Original Message-----
I have several checkboxes on a form. I have set the
tabstop property to true, but the checkboxes are not
taking focus when I tab to them.

Is there a way to make them take focus when tabbed to?

Thanks,
Thomas
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Tabbing to Checkboxes

Thanks Peter.
The tab index works fine, and I am able to enter a
checkbox by pressing the spacebar.
What is not working is that I'm not able to tell which
checkbox I'm on, b/c it won't take any focus.
-----Original Message-----
The tab index property is what you want. In the VB

editor
select Properties (F4) and choose the Tab index. The

index
starts from zero (the first tab) then increases by one.

Normally the tab index is okay, it is just when you add
another object to the form that the index then becomes

in
the wrong order.

Remember to alter any other objects that are affected by
the change.

Regards
Peter

Remove Nothere to reply directly
-----Original Message-----
I have several checkboxes on a form. I have set the
tabstop property to true, but the checkboxes are not
taking focus when I tab to them.

Is there a way to make them take focus when tabbed to?

Thanks,
Thomas
.

.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
TABBING BETWEEN PARTICULAR CELLS adrian19622007 Excel Worksheet Functions 3 July 26th 08 10:51 PM
Tabbing Danny Excel Discussion (Misc queries) 6 February 23rd 06 04:45 PM
Why does tabbing from A1 take me to L1 then to W1 ConnieF Excel Worksheet Functions 2 January 26th 06 10:33 PM
Tabbing David McRitchie Excel Discussion (Misc queries) 0 January 26th 06 09:38 PM
Tabbing Teresa Excel Worksheet Functions 2 September 20th 05 03:18 PM


All times are GMT +1. The time now is 02:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"