Results 1 to 2 of 2

Thread: Easy One...Sendkey for Page Down...

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    norcross, ga, USA
    Posts
    82

    Post

    What is the ASCII equiv for Page down?

    Is there a list of these things some where?

    Thanks!

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    If you're using SendKeys use {PGDN}, ie.
    Code:
    SendKeys "{PGDN}", 1
    You can get a list of these in the Online Help.

    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]


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