![]() |
|
#5
|
||||
|
||||
|
If you don't want some replaced terms to be replaced by later F/R operations, then you need to ensure the order of the various F/R expressions are listed in the correct order.
If you only want to process whatever is selected, change: With ActiveDocument.Range.Find to: With Selection.Range.Find If you only want to process a particular font (Arial), change: .Format = False to: .Format = True .Font.Name = "Arial"
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Tags |
| find, font, replace all |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Find and replace issue
|
nrsmd | Word | 3 | 06-05-2015 03:20 PM |
Issue with Find/Replace with Notes
|
cheech1981 | Word | 3 | 08-31-2013 11:22 PM |
Find and Replace Format macro issue
|
Jack | Word VBA | 2 | 12-12-2012 09:24 PM |
Bad view when using Find and Find & Replace - Word places found string on top line
|
paulkaye | Word | 4 | 12-06-2011 11:05 PM |
| Find & Replace Insert Issue | mipacker | Word | 0 | 02-18-2009 08:59 AM |