TabIndex property

  • Thread starter Thread starter Brett
  • Start date Start date
B

Brett

The ability to set a tab order and the description of the
tabindex property appear in the help file as if this
function is available and working in Excel 2000 VBA.

However, it appears that this is not an available
function. Anyone have this same problem? I simply want to
be able to use the Tab key to change the focus from one
object to another to another.

Please help.

Thank you, BAW
 
However, it appears that this is not an available function.

If you're talking about a userform it surely is available. You did select a
control and then open the Properties window and set TaxIndex.

On a worksheet there is no way to tab between controls.

--
Jim Rech
Excel MVP
| The ability to set a tab order and the description of the
| tabindex property appear in the help file as if this
| function is available and working in Excel 2000 VBA.
|
| However, it appears that this is not an available
| function. Anyone have this same problem? I simply want to
| be able to use the Tab key to change the focus from one
| object to another to another.
|
| Please help.
|
| Thank you, BAW
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top