Should you want it, the following macro displays only the primary page/tab of the AutoCorrect Options dialog.
Code:
Sub MyAutoCorrectOptionsDialogShow()
' A basic Word macro coded by Charles Kenyon - based on Greg Maxey format
' 3 November
' https://www.msofficeforums.com/word/52969-things-one-cant-keyboard-instance-format-painter.html
'
Application.Dialogs(wdDialogToolsAutoCorrect).Show
End Sub
As with most macros, you can assign a keyboard shortcut to this.