ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Mimic keystrokes? (https://www.excelbanter.com/excel-programming/355449-mimic-keystrokes.html)

Targus

Mimic keystrokes?
 
Hi,

Does anyone know how to mimic keystrokes and/or mouse movements using
VBA??

I'm writing a macro that uses a macro written by someone else. I do
not have access to their code, so I can't see what is happening on
their end. When their code is run, a file path box opens twice, and
each time a user has to manually press the 'cancel' button on the file
path box. I want to have my VBA code press the 'cancel' button or
press the 'escape' key twice to mimic a user clicking a mouse or
pressing 'escape' to ignore the file path box.

Any suggestions ??


RB Smissaert

Mimic keystrokes?
 
You could try any of these 2 lines, but the result will be totally
unpredictable.

SendKeys "{ESC},2", True
SendKeys "{ESC},2", False

RBS

"Targus" wrote in message
ups.com...
Hi,

Does anyone know how to mimic keystrokes and/or mouse movements using
VBA??

I'm writing a macro that uses a macro written by someone else. I do
not have access to their code, so I can't see what is happening on
their end. When their code is run, a file path box opens twice, and
each time a user has to manually press the 'cancel' button on the file
path box. I want to have my VBA code press the 'cancel' button or
press the 'escape' key twice to mimic a user clicking a mouse or
pressing 'escape' to ignore the file path box.

Any suggestions ??




All times are GMT +1. The time now is 04:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com