View Single Post
 
Old 06-06-2012, 05:29 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Carol,

Provided MISC neither starts nor ends a paragraph, you can do this via a wildcard Find/Replace, where:
Find = [!^13]@MISC[!^13]@^13
Replace = nothing
If MISC starts a paragraph, you can do this via a wildcard Find/Replace, where:
Find = MISC[!^13]@^13
Replace = nothing
Similarly, if MISC ends a paragraph, you can do this via a wildcard Find/Replace, where:
Find = [!^13]@MISC^13
Replace = nothing

No macros required. Of course, these could be encoded as a macro, even using the macro recorder.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote