How to Remap Ctrl-Y for the VBA Editor
In most applications, Ctrl-Y is the keyboard shortcut for “Redo.” (This repeats the last action, or if the last action was Undo, then it undoes the undo, which I guess is indeed a repeat of the last action!) However, in the VBA Editor, Ctrl-Y deletes the current line of code, kind of like a more… Read More »