Hi, I have used the:
ActiveDocument.CustomDocumentProperties.Add _
Name:="E-mail", LinkToContent:=False, Value:=Email, _
Type:=msoPropertyTypeString
..code to set a propertie for the document. But I want to make a macro that can update allready existing document properites. How do I do that?
ActiveDocument.CustomDocumentProperties.Add _
Name:="E-mail", LinkToContent:=False, Value:=Email, _
Type:=msoPropertyTypeString
..code to set a propertie for the document. But I want to make a macro that can update allready existing document properites. How do I do that?