View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter Atherton[_6_] Peter Atherton[_6_] is offline
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
.