Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- Regards, Tom Ogilvy "R Avery" wrote in message ... 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! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, that is what I wanted to know. Thanks.
Tom Ogilvy wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to bind filtered data in list box? | Excel Discussion (Misc queries) | |||
Bind a textbox to Access data | Excel Discussion (Misc queries) | |||
how to bind cells together | Excel Worksheet Functions | |||
OnKey disabled by Excel at times? | Excel Discussion (Misc queries) | |||
Want to Bind ADO Dataset to Excel 2003 Pivottable | Excel Programming |