What to Do Without Stackoverflow
- Ananth Chellappa
- Apr 27, 2021
- 1 min read
You get the idea .. it's not exactly SO, but..
https://superuser.com/questions/778158/delete-previous-word-in-excel -- if you've read Coders by Clive T, you know the feeling - you don't want to settle for the manual way :)
Thanks Autohotkey. Note, you have to be in "Edit mode" - if you just click a cell and start typing, this doesn't work. Double click or use F2 on the active cell to enter Edit mode.
^BackSpace::Send ^+{Left}{BackSpace} ; to get delete word backward in Excel
Comments