Workbook.BuiltinDocumentProperties (Excel)

Returns a DocumentProperties collection that represents all the built-in document properties for the specified workbook. Read-only.

This property returns the entire collection of built-in document properties. Use the Item method to return a single member of the collection (a DocumentProperty object) by specifying either the name of the property or the collection index (as a number). You can refer to document properties either by index value or by name. The following list shows the available built-in document property names:


Dim dpsBuiltinDocumentProperties As DocumentProperties
dpsBuiltinDocumentProperties = ActiveWorkbook.BuiltinDocumentProperties