blog/todo-recipes/word.md
2021-03-09 03:40:32 -08:00

10 lines
207 B
Markdown

# MS Word
To execute a macro, press `Alt+F11` for the macro editor, then `Ctrl+G` for the
immediate window.
### Convert automatic numbers to manual numbering
```vb
ActiveDocument.ConvertNumbersToText
```