View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default 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" wrote in message
...
| 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