The last line (objDoc.CustomDocumentProperties....) of code below causes a
D David Taylor Aug 11, 2009 #1 The last line (objDoc.CustomDocumentProperties....) of code below causes a
D David Taylor Aug 11, 2009 #2 This problem was solved by replacing objDoc.CustomDocumentProperties(strPropName) = varPropVal with objDoc.CustomDocumentProperties(strPropName).Value = varPropVal Sorry for wasting your time. DT
This problem was solved by replacing objDoc.CustomDocumentProperties(strPropName) = varPropVal with objDoc.CustomDocumentProperties(strPropName).Value = varPropVal Sorry for wasting your time. DT