key assignments
The second argument in Application.OnKey is the name of the macro you
want to run when the user presses the key in the first argument...
It doesn't allow you directly map one key onto another.
In article ,
"Gary Keramidas" <GKeramidasATmsn.com wrote:
is there a way to assign copy and paste to a function key or some other key
combination?
i tired this and it didn't work, it still bring up the help pane.
Application.OnKey "^{F1}", "^{C}"
|