![]() |
|
#11
|
|||
|
|||
|
Shelley,
Of course that could be accommodated. I assume that you are using styles in your documents and or list paragraphs. You could add code to process only a) certain styles or b) paragraphs that are not list paragraphs: For Each oPar In ActiveDocument.Range.Paragraphs 'If oPar.Style = "Normal" Then 'or If oPar.Range.ListFormat.ListType = wdListNoNumbering Then 'Existing code End If Next |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
VBA help non breaking spaces for array of words not working correctly
|
Shelley Lou | Word VBA | 2 | 03-08-2023 03:15 AM |
Macro to insert certain words if the number of words than 20
|
laith93 | Word VBA | 6 | 10-28-2022 01:12 AM |
Insert words before and after any italics
|
benfarley | Word VBA | 1 | 03-30-2022 08:35 PM |
| An array of words from a document knowing the font style | Kreol2013 | Word VBA | 0 | 07-08-2013 01:29 AM |
Convert String Array to Integer Array from a User Input?
|
tinfanide | Excel Programming | 4 | 12-26-2012 08:56 PM |