Results 1 to 2 of 2

Thread: Tab ??

  1. #1
    Guest

    Question

    How can I make the Enter button to act like tab?

  2. #2
    Lively Member
    Join Date
    Nov 2000
    Posts
    73
    hi ,
    paste this code and add two textbox control's

    Private Sub Text1_KeyPress(KeyAscii As Integer)
    If KeyAscii = 13 Then
    SendKeys "{TAB}"
    End If
    End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width