sendkeys(keys,wait) how do I use wait

  • Thread starter Thread starter MM
  • Start date Start date
M

MM

How do I use the "Wait" when using Application.SendKeys
Example - Application.SendKeys("123456789",wait)
I need to have Excel wait for the keys to be processed before returning
control to the macro
 
Back
Top