How to remove documentations file properties simultaneously

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

Guest

Is there any way to remove all file properties from several document att the
same time?
 
Hi Tero

You could do this with a macro in VBA.

This page will give you an idea of how to loop through documents in a
folder:
Find & ReplaceAll on a batch of documents in the same folder
http://www.mvps.org/word/FAQs/MacrosVBA/BatchFR.htm

Alternatively, this page will show you how to get to the properties without
opening the documents at all:
Getting access to the Document Properties of a Word file
http://www.mvps.org/word/FAQs/MacrosVBA/DSOFile.htm

If you need specific help with writing your code, I suggest you post in one
of the VBA newsgroups such as microsoft.public.word.vba.general.

Hope this helps.

Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
 
Back
Top