![]() |
|
#6
|
||||
|
||||
|
Try:
Code:
Public Sub Flatten() With ActiveDocument.Range .Style = wdStyleNormal .Font.Reset End With End Sub Code:
Public Sub Flatten() With ActiveDocument.Range .ParagraphFormat.Reset .Font.Reset End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VBA - (Re-) Setting a Table Style | mikejvir | PowerPoint | 2 | 12-04-2019 10:15 AM |
| Why does paragraph inherit style of the following paragraph? | WADEVCAMP | Word VBA | 2 | 04-08-2019 02:13 PM |
| Setting part of a paragraph bold | Fred256 | Word VBA | 4 | 10-07-2016 02:54 PM |
Style seems to inherit bold setting from previous style
|
Jennifer Murphy | Word | 3 | 02-16-2012 04:18 PM |
| Character style stripped while applying paragraph style | sams_gates | Word | 0 | 08-29-2009 02:03 AM |