P
PaulMac
Hi,
I use:
ActiveDocument.BuiltInDocumentProperties(wdPropertyTitle) =
rs.Fields("fldClaimantLName")
to set the document title property.
I would like when the user clicks file send as attachment...that this
value shows up as the subject of the new email.
the problem: it only works if the user actually clicks
file/properties/ok first.
otherwise the subject is blank...
any ideas to hard set this property?
thanks,
Paul
I use:
ActiveDocument.BuiltInDocumentProperties(wdPropertyTitle) =
rs.Fields("fldClaimantLName")
to set the document title property.
I would like when the user clicks file send as attachment...that this
value shows up as the subject of the new email.
the problem: it only works if the user actually clicks
file/properties/ok first.
otherwise the subject is blank...
any ideas to hard set this property?
thanks,
Paul