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

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!
 
T

Tom Ogilvy

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top