Footers in multiple Documents

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

Guest

I need to know if there is any way of adding the same footer to various
different docs without opening each one individually and adding it manually.

Any help would be greatly appreciated

Thanks

Matt
 
I need to know if there is any way of adding the same footer to various
different docs without opening each one individually and adding it manually.

Any help would be greatly appreciated

Thanks

Matt

The macro in http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm could be
adapted to insert the same footer into every document in a given
folder.

You would need to know in advance that none of the documents already
have a footer, or that whatever is already there can be thrown away
and replaced with the new footer.

If you need help modifying the macro, I suggest you post a request in
the Programming newsgroup (which is actually
microsoft.public.word.vba.general) instead of here.
 
Back
Top