Tab Through Checkboxes

jeremy8fc

New Member
Joined
Jan 28, 2005
Messages
2
I'm nearing the end of creating a signup sheet for us to use at my work when signing up customers. I'd really like to tab through the sheet, but I'm using checkboxes for some things and I don't know how to get the checkboxes to be part of the tab order. It's common to use tap/spacebar in forms, so I can't believe this is not possible in excel.

Any thoughts?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
You're using the checkboxes on the sheet itself(?), or are you doing this in a userform?
On the sheet, the tab button will simply tab through the cells (If you protect the sheet it'll tab through the unlocked cells, skipping the locked ones). The only way I know of to set the tab order is if you're using a userform.
 
Upvote 0
As HalfAce said, you can only (AFAIK) dictate the tab order of boxes on a userform. Just set the TabStop = True for each control that needs to have a tab stop, and then set the TabIndex property for each control in the order you want them to be selected. A TabIndex of 0 will be the first control selected.

Hope that helps!
 
Upvote 0
Also as long as your checkboxes are unprotected, you will be able to go to them as well.

Michael :coffee:
 
Upvote 0
Thanks for all the advice...I guess I'll start looking into userforms...right now I do have the checkboxes on just the sheet.
 
Upvote 0

Forum statistics

Threads
1,203,600
Messages
6,056,203
Members
444,850
Latest member
dancasta7

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top