Tabbing through to check boxes?

  • Thread starter Thread starter kknob
  • Start date Start date
K

kknob

This might be a very simple problem, but here it goes.... I have
created a form to be filled out and the user requested to be able to
'tab' through the sheet to fill out the cells/boxes... I have
everything working, except the checkboxes I have... When I tab
through, it doesn't recognize the check boxes, is there something that
I'm missing? I have been using protection to be able to tab through
the other cells. Thanks!
 
Excel will not tab through check boxes on a worksheet. You'd have to use a
userform to get this functionality.

--
Jim
| This might be a very simple problem, but here it goes.... I have
| created a form to be filled out and the user requested to be able to
| 'tab' through the sheet to fill out the cells/boxes... I have
| everything working, except the checkboxes I have... When I tab
| through, it doesn't recognize the check boxes, is there something that
| I'm missing? I have been using protection to be able to tab through
| the other cells. Thanks!
 
Back
Top