TabIndex property

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
 
J

Jim Rech

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
 
Top