Forum Discussion
Bombini
Mar 03, 2022Copper Contributor
Use Ctrl-Shift-Z to redo actions
Does anybody know how to make it so I can use Ctrl-Shift-Z to perform the redo action in Excel? It was... doable in Word, but Excel is proving to be a much more difficult challenge. I've tried workin...
Enchiridion
Jul 22, 2024Copper Contributor
Bombini I couldn't find a way to do it in Excel itself, so I used https://www.autohotkey.com/ to remap the shortcut (I use this program with a lot of stubborn apps).
#IfWinActive ahk_class XLMAIN
$^+z::Send ^y
#IfWinActive