Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have inherited a very useful spreadsheet that automatically loads when
excel starts and remains hidden, operating in the background. Unfortunately, their is a useless macro assigned the Ctrl + z shortcut which means we cannot use it for the undo function. Is it possible to find out which macros have shortcuts assigned to them and can I reassign ctrl + z back to undo? Or will it revert automatically when I delete the macro? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
it will automatically revert once you delete it
to find out which macro it is i would open up VBA and do a search in the entire project for 'Ctrl+z' If the macro was recorded this might be in a comment line, you can then delete that macro. "Graeme" wrote: I have inherited a very useful spreadsheet that automatically loads when excel starts and remains hidden, operating in the background. Unfortunately, their is a useless macro assigned the Ctrl + z shortcut which means we cannot use it for the undo function. Is it possible to find out which macros have shortcuts assigned to them and can I reassign ctrl + z back to undo? Or will it revert automatically when I delete the macro? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Short Cut keys | Excel Discussion (Misc queries) | |||
Short Cut Keys | Excel Worksheet Functions | |||
key board short cut keys list | Excel Discussion (Misc queries) | |||
Reassigning macro to add in function | Excel Programming | |||
priority of short cut keys | Excel Programming |