Thread: key assignments
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default key assignments

i know that. i had a type. i don't want to use control f1, i just want to use f1

Application.OnKey "{F1}", "^{C}"

--


Gary


"FSt1" wrote in message
...
hi
this has been built in since before windows.... before the mouse.
ctrl + x = cut
crtl + c = copy
crtl + V = Paste
see this site for more keyboard shortcuts....
http://www.cpearson.com/excel/KeyboardShortcuts.htm

Regards
FSt1

"Gary Keramidas" 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}"

--


Gary