Hi

How can i write to a custom document property called TimesPrinted. This
document property already exists.

Many thanks

DMc

Re: Custom Document Properties - Writing Too by Greg

Greg
Thu Apr 07 04:56:20 CDT 2005

This example sets the value to 7.

Sub Test()
ActiveDocument.CustomDocumentProperties("TimesPrinted").Value = 7
End Sub

--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

DMc2004 wrote:
> Hi
>
> How can i write to a custom document property called TimesPrinted.
> This document property already exists.
>
> Many thanks
>
> DMc