Re-bind built-in Excel functionality to new OnKey event.

  • Thread starter Thread starter R Avery
  • Start date Start date
R

R Avery

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!
 
Can you assign the functionality of CTRL+ALT+LEFT arrow to another key - is
that your question. No.

You would have to write a macro that accomplishes that functionality and
assign that macro to the candidate key.
 
Back
Top