View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Carim Carim is offline
external usenet poster
 
Posts: 510
Default Application.OnKey during Copy mode

Hi,

I am trying to assign a macro to the Enter key with
Application.OnKey "{Enter}","Macro1"
which works fine ... but I need to restrict its scope down to the Copy
mode ...
It is the "Enter" which does the pasting that I have to isolate ...
So far my attempts with Application.CutCopyMode have not been
successful ...
Is there a way ?

TIA
Carim