View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Hutchins Tom Hutchins is offline
external usenet poster
 
Posts: 1,069
Default Sendkey not working

What commands are you trying to execute with the two E's? I'm using Excel
2003, and nothing in my File menu has a shortcut of E. Check what letter is
underlined for the command you want to execute in the File menu.

Hope this helps,

Hutch

"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



--