View Single Post
 
Old 05-31-2012, 10:38 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,369
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 umesh,

You can do that quite simply with a series of wildcard Find/Replace actions. For example:
Find = You have [0-9]{1,} highlighted passages
Replace = nothing
Find = You have [0-9]{1,} notes
Replace = nothing
Find = • Delete this highlight • Undo deletion
Replace = nothing
Find = B000?@: Add a note
Replace = nothing
Find = Read more at location [0-9]{1,}
Replace = nothing

You could use the macro recorder to capture these as a macro.

Likewise with the paragraph spacing:
Find = ^13{2,}
Replace = ^p
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote