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
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
>>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
Agreed. Avoid using SendKeys, its not likely to give you consistant/reliable results.
Consider using windows messages via win32api
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks