Footers in multiple Documents

M

Matt Haresign

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
 
J

Jay Freedman

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.
 

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

Top