View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
A.N.
 
Posts: n/a
Default Find ! in document and remove

I have the find code correctly as this: ([a-z][!][spacebar][a-z])

How to write the replace code without the !

Thanks.


"marrie" wrote in message
...
I would find the exclaim mark and then look at each one to see if that's
what you want to remove. It is a bit tedious but that's what I can come up
with for now.

--
This is a message from God: "Rebooting the universe, please log out"

"A.N." wrote in message
...
How do I find all ! in a document where there is a lowercase letter on
its left and a space and lower case letter on its right and then remove
it?

Example: end! another sentence

Thanks again.