Access Document Property that appears in Panel but cannot find using VBA
Hi,
When I display the document panel I have one property that is called Status. I need to write info there from a macro.
I tried to access it in both ways:
ActiveDocument.CustomDocumentProperties("Status"). Value = .Text
ActiveDocument.BuiltInDocumentProperties("Status") .Value = .Text
But both don't work.
It seems like a Custom Property.
What am I missing?
Thanks,
Rocky
|