G
Greg Maxey
The VBA help for CustomDocumentProperties uses an example
Document("Sales.doc").CustomDocumentProperties.Add ....
Why won't the .Add part autolist like it will with:
ActiveDocument.Variables.Add ?
Thanks
Document("Sales.doc").CustomDocumentProperties.Add ....
Why won't the .Add part autolist like it will with:
ActiveDocument.Variables.Add ?
Thanks