How to add footer for multiple documents at one go?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a requirement to add the string confidential to multiple documents in
a directory at one go - can anyone provide pointers on how to achieve this?
 
"Footer-Multiple Documents" <Footer-Multiple
(e-mail address removed)> wrote in message
I have a requirement to add the string confidential to multiple documents
in
a directory at one go - can anyone provide pointers on how to achieve
this?

Write or record a macro that does the necessary to a single file. Then
insert the code into the macro shown in the following article to apply it to
a batch of documents.

I would recommend you work on a copy of the documents, in case something
goes wrong with the macro.

Find & ReplaceAll on a batch of documents in the same folder
http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
 
Back
Top