View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
tivaelydoc tivaelydoc is offline
external usenet poster
 
Posts: 3
Default Search and replace.

EDITED

"tivaelydoc" wrote:

I need to find a way to replace about 3000 lines of code.

Every line is just set of numbers like this:

141556089
18608562
12336324

What I need the replace to do is change every number to look like this:

a href="http://www.whateverlink.com/141556089"141556089/abr /
a href="http://www.whateverlink.com/18608562"18608562/abr /
a href="http://www.whateverlink.com/12336324"12336324/abr /

How would I do it?