View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default Sendkey not working

Thanks John.

Ben

--



"John Bundy" wrote:

I think this is what you want
Application.SendKeys "%(FEE)"
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"Ben" wrote:


Hi all,

Sendkey doesn't seem to be working correctly, I want it to do alt, F, E, E.
But when executing the code, it executed alt, F then the "File" loses the
highlight. Any thoughts?


Thanks,

Ben



--