View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Is it possible to assign 'Ctrl + D' to a CommandButton

Shortcuts are not assigned to controls. You can assign a shortcut to the
same code that a control is assigned to.

Ctrl+D is a handy built-in shortcut, which fills the contents of a cell
downward. If someone hijacked this shortcut I would not be pleased. Maybe
Ctrl+Alt+D would be better.

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
Advanced Excel Conference - Training in Charting and Programming
http://peltiertech.com/Training/2009...00906ACNJ.html
_______


"PJ Murph" wrote in message
...