View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Accelerator keys

Ensure the tab index of the label with the accelerator is one before that of
the "linked" textbox. See Tab order in the View menu.

Regards,
Peter T

"Albert Browne" wrote in message
...
Hi,

I have a number of text boxes on a form each has a label. I can add an
accelerator key to the label but can't see how to get this key to set
focus to the text box. Can I bind the label to the text box so that the
key sets focus to the text box?

Thanks,

Albert