View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Duncan[_5_] Duncan[_5_] is offline
external usenet poster
 
Posts: 290
Default Always Sendkeys...

Angelo,

I've also discovered there is an optional wait command after sendkeys

expression.SendKeys(Keys, Wait)

I dont know if this will help you further............

Duncan