10 lines
207 B
Markdown
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
|
|
```
|