import recipes: todo add to site
This commit is contained in:
parent
3e4932f921
commit
33de49464e
10 changed files with 160 additions and 0 deletions
10
todo-recipes/word.md
Normal file
10
todo-recipes/word.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue