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...
HansVogelaar
Mar 03, 2022MVP
The built-in shortcut is Ctrl+Y.
The problem with using a macro is that running VBA code clears the undo/redo stack, so it defeats the purpose.
I'd stick with Ctrl+Y.