Hi,
I'm trying unsuccessfully to create/write a macro that will modify a Custom
Document Property located in the header of a document. The name of the
Custom Document Property is "Effective Date" and the Value is a date. I want
to replace whatever the date is with "03/01/06". I'm using Word 2000.
Any ideas?
Thanks,
Mickey
Jezebel - 23 Feb 2006 20:48 GMT
MyDoc.CustomDocumentProperties("EffectiveDate") = "03/01/06"
MyDoc.Sections(1).Headers(wdHeaderFooterPrimary).Range.Fields.Update
> Hi,
> I'm trying unsuccessfully to create/write a macro that will modify a
[quoted text clipped - 8 lines]
> Thanks,
> Mickey