View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Alok Alok is offline
external usenet poster
 
Posts: 318
Default textbox on user form

Give the control a tabIndex property of 0.

Alok

"Mike" wrote:

I have a user form and I would like the cursor to be in the first form field
when it displays. How do I do that?

Thanks
Mike