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.
.
|