Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sendkeys(keys,wait) how do I use wait | Excel Discussion (Misc queries) | |||
Wait function in Excel 2000 Macro | Excel Discussion (Misc queries) | |||
Should I Wait? | Excel Discussion (Misc queries) | |||
When Excel wait for OLE action allow cancel so not have to end pr | Excel Discussion (Misc queries) | |||
How do I get an excel macro to stop at a cell & wait for imput? | Excel Discussion (Misc queries) |