You are being rude, AND unclear.
"Yeah I'll explain further. If you know what metadata is, and why one would want it removed and if you read the string it is quite clear what I am asking."
1. I know what metadata is.
2. It is NOT clear what you are asking.
Are you trying to remove ALL metadata? Some of it? Have you used the Remove Hidden Data Tool? Have you tried some VBA scripting - say something in the order of:
Code:
ThisDocument.RemovePersonalInformation = True
OR:
Code:
For Each myVar In ActiveDocument.Variables
myVar.Delete
to remove any document variables that may be exist.
OR use:
Code:
For Each aDoc In ActiveDocument.BuiltInDocumentProperties
to remove all content from - Author, Title, Company, Comments, Keywords...what ever document property you want.
Have you? Hmmm?
Sorry, but I can not read minds, and have no idea what you have already tried, and clearly it would be pointless to ask you, so...good luck. You seem very sure of yourself so no doubt you will get it working the way you want...whatever that is.
faq219-2884
Gerry
My paintings and sculpture