View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Pointing specific textbox

TRY THIS
Private Sub UserForm_Initialize()
TextBox3.SetFocus
End Sub

"Bobby" wrote:

Hi,
Could someone tell how to initialize or place the cursor in a specific
box on a userform, when I open the userform containing 4 text boxes.
By default it goes in the first one.

Thank's ahead.
.