I keep a button on my ribbon for "delete word," a little, easy macro that I've been creating for years on each copy of Word. Now I have word 2013, and I did this:
- CTRL-ALT-R, M (record a macro)
- Select "Button"
- Do all the right things to choose an itty bitty image & put it on the ribbon, then click "okay"
- F8, F8 (to select the current word)
- Delete
- CTRL-ALT-R (stop recording the macro)
Simple, right? Then why does this blasted macro delete just a single character?