View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R Avery R Avery is offline
external usenet poster
 
Posts: 220
Default Re-bind built-in Excel functionality to new OnKey event.

I want to replace CTRL-ALT-LEFT Arrow keybinding to one of my macros,
but I do not want to replace the builtin Excel functionality that
already exists for that shortcut. It is simple enough to replicate with
VBA code and bind that to a different key, but is there anyway to bind a
built-in Excel function to a different key?

Any help would be most appreciated!