![]() |
(keys,wait) excel
How do I use the "Wait" in Application.sendkeys(keys,wait)
Example - Application.sendkeys("123456789",wait) I need Excel to allow the keystrokes to be entered before the macro continues -- MM |
(keys,wait) excel
With Application
..SendKeys "123" ..Wait Now + TimeSerial(0, 0, 2) End With -- HTH... Jim Thomlinson "MM" wrote: How do I use the "Wait" in Application.sendkeys(keys,wait) Example - Application.sendkeys("123456789",wait) I need Excel to allow the keystrokes to be entered before the macro continues -- MM |
All times are GMT +1. The time now is 02:36 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com