View Single Post
  #2   Report Post  
Posted to microsoft.public.word.newusers
DeanH DeanH is offline
external usenet poster
 
Posts: 1,862
Default Search and Replace within a table

You can use:
\: [+0-9A-z&./,)({}; €“_-]{1,}
in the Find field, turn "use Wildcards" on under the More button.
This will find all text after a ": " upto a Paragraph Mark. So if you have
separate paragraphes in the cell, the remaining text will not be found. The
code for Paragraph Mark cannot be used when in Wildcards mode. Also if it was
you would find the whole document after the first occurance of ": " ;-)

Hope this helps
DeanH

"Bogey Man" wrote:

I am using Word 2000 and would like to be able to do a search for a colon
followed by a space (: ) and delete the colon followed by a space, and
everything that follows to the end of the sell.

Any help would be appreciated.