View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default TabIndex property

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
"Brett" wrote in message
...
| 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