import recipes: todo add to site

This commit is contained in:
lf- 2021-03-09 03:40:32 -08:00
parent 3e4932f921
commit 33de49464e
10 changed files with 160 additions and 0 deletions

10
todo-recipes/word.md Normal file
View file

@ -0,0 +1,10 @@
# 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
```