Results 1 to 2 of 2

Thread: The KeyAscii Function

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    1

    Post

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

    In the coding avobe the number 13 relates to the Enter key. I'd like to know some more (all if possible) numbers that relate to the other keys.. Thanx!

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Posts
    308

    Post

    Hi.
    You can find all characters in Help. Look for "ASCII character set"

    Larisa

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