CustomDocumentProperties cause Type Mismatch error

D

David Taylor

This problem was solved by replacing
objDoc.CustomDocumentProperties(strPropName) = varPropVal
with
objDoc.CustomDocumentProperties(strPropName).Value = varPropVal

Sorry for wasting your time.

DT
 
Top