View Single Post
 
Old 03-06-2016, 01:00 PM
rocky2 rocky2 is offline Windows 10 Office 2013
Novice
 
Join Date: Feb 2016
Posts: 25
rocky2 is on a distinguished road
Default 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
Reply With Quote