+ Reply to Thread
Results 1 to 3 of 3

Sendkeys debuging

Hybrid View

  1. #1
    Wayne
    Guest

    Sendkeys debuging

    Is there anyway to see what Sendkey commands are queued up while running a
    debug in VBA. Also while in debug mode is there any way of getting these
    sendkeys to type out as if running normally.

    Thanks,

    Wayne

  2. #2
    Jim Rech
    Guest

    Re: Sendkeys debuging

    >>Is there anyway to see what Sendkey commands are queued up while running a
    >>debug in VBA


    I don't think so. Sendkeys is to be avoided if at all possible. You've
    exhausted all possibilities?

    --
    Jim Rech
    Excel MVP
    "Wayne" <Wayne@discussions.microsoft.com> wrote in message
    news:652EFEEC-E27C-4041-848B-25022CCA8CCE@microsoft.com...
    | Is there anyway to see what Sendkey commands are queued up while running a
    | debug in VBA. Also while in debug mode is there any way of getting these
    | sendkeys to type out as if running normally.
    |
    | Thanks,
    |
    | Wayne



  3. #3
    Registered User
    Join Date
    02-26-2005
    Posts
    8
    Agreed. Avoid using SendKeys, its not likely to give you consistant/reliable results.

    Consider using windows messages via win32api

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1