Microsoft Word#
Useful shortcuts for OSX #
Action |
Keyboard shortcut |
---|---|
Turn track changes on or off |
COMMAND + Shift + E |
Add comment |
COMMMAND + ALT + A |
How to always open a page with βpage widthβ view #
Create a new macro in Normal.dot template:
Sub AutoOpen()
ActiveWindow.View.Type = 3
ActiveWindow.View.Zoom.PageFit = wdPageFitBestFit
End Sub