If it's a comment about the document as a whole, rather than about some
particular location in the document, you can add a custom document property.
It will be visible on the Custom tab of the File > Properties dialog, but
otherwise invisible. In VBA help, look up the Add method of the
CustomDocumentProperties collection.
If you don't want the comment visible even in a dialog, but still accessible
to VBA code, add a document variable. Look up the Add method of the
Variables collection.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> Hello!
>
[quoted text clipped - 13 lines]
>
> Thanks for any suggestion
Warrio - 18 Jul 2007 15:55 GMT
Thanks a lot!
> If it's a comment about the document as a whole, rather than about some
> particular location in the document, you can add a custom document
[quoted text clipped - 23 lines]
>>
>> Thanks for any suggestion
Warrio - 18 Jul 2007 18:47 GMT
if it could help someone, here is the syntax...
myDoc.CustomDocumentProperties.Add Name:="CommentName", Value:="coment
balabla", Type:=msoPropertyTypeString
> Thanks a lot!
>
[quoted text clipped - 25 lines]
>>>
>>> Thanks for any suggestion