![]() |
|
#3
|
||||
|
||||
|
Or perhaps CTRL+A, CTRL+Q, CTRL+Space and format Normal style
Code:
Sub Reset()
Selection.WholeStory
Selection.Font.Reset
Selection.ParagraphFormat.Reset
Selection.Style = ActiveDocument.Styles("Normal")
End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
I need to convert shaded text into highlighted text on about 80 different long documents. VBA macro?
|
AustinBrister | Word VBA | 8 | 05-28-2015 02:42 PM |
Convert image-text hybrids into plain text
|
morlack | Excel | 4 | 12-03-2014 05:29 PM |
| Word now only pasting in plain text | RobertSF | Word | 6 | 04-28-2012 08:51 PM |
| My plain text post got converted to rich text in a reply, how to convert it back? | david.karr | Outlook | 0 | 01-05-2012 09:46 AM |
| Word only pastes plain text | seskanda | Word | 6 | 02-19-2010 10:01 AM |