> Hi,
>
> When I click File | Properties I can fill the document's summary. How can
> I do this in code?
Hi Łukasz
You use the BuiltInDocumentProperties collection and/or the
CustomDocumentProperties collection.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Łukasz - 10 Jan 2006 19:31 GMT
[...]
> Hi Łukasz
>
> You use the BuiltInDocumentProperties and/or the
> CustomDocumentProperties collection.
I've found it in the BuiltInDocumentProperties collection
(CustomDocumentProperties collection is empty).
Thanks!
Łukasz