View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
mm mm is offline
external usenet poster
 
Posts: 37
Default sendkeys(keys,wait) how do I use wait

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

--
MM