![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#4
|
|||
|
|||
|
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
|
| Tags |
| autocorrect, format painter, keyboard shortcuts |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Format Painter not pasting | missivy | Excel | 0 | 12-01-2015 08:27 AM |
Format Painter must be used twice to work fully
|
Jim_H | Word | 5 | 04-13-2015 04:41 PM |
Format Painter doesn't work on Table Format?
|
Joey Cheung | Word Tables | 1 | 08-20-2014 02:24 AM |
| How to use Format Painter in PPT2007 | Gary Drumm | PowerPoint | 4 | 03-14-2012 07:47 AM |
| autocorrect options | nancygene | Word | 0 | 01-18-2009 03:09 PM |