Search for text and replace with fields?

  • Thread starter Thread starter Rolf Barbakken
  • Start date Start date
R

Rolf Barbakken

We need to search through many documents and replace certain codes with
fields. Is this possible through standard Word 2003?

If not, is it possible to make a macro for this? Anything already done? :)
 
See the article "Find & ReplaceAll on a batch of documents in the same
folder" at:

http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm

Check out the .Add function for Fields to get the syntax for adding a field
to a document. You will need to incorporate that into the code in the macro
in the above article.


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Thanks, Doug.

Doug Robbins said:
See the article "Find & ReplaceAll on a batch of documents in the same
folder" at:

http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm

Check out the .Add function for Fields to get the syntax for adding a
field to a document. You will need to incorporate that into the code in
the macro in the above article.


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top