How to read Metadata-custom-properties and write them in a textbox?
Hej,
little question, please.... i can´t find my question in the MC-help....
With the script of a textbox like this:
Sub TextBoxEvent_Exec(Inputs,Outputs)
TextBox.Text = Worksheet.Metadata.Revision
textbox.appearance=0
i can read the regular Metadata out of the FilePropertyWindow.
But what is the right expression for reading the entries in "CustomProperties" ?
Thanks for help.

