Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My code in an abbreviated form looks like this,,,
Set oDoc = ThisApplication.ActiveDocument
Set oPropertySets = oDoc.PropertySets
Set oDesignProperty = oPropertySets.Item("Design Tracking Properties")
'Set oProp = oDesignProperty.Item("Category") 'No-such iProperty
Set oProp = oDesignProperty.Item("Categories") '(Saves but does not display in iProps dialogue)
Will someone please let me know why the 'category' and/or 'categories' prop. does not populate the iProperties when set by VBA? Thank you for any assistance you can provide.
Solved! Go to Solution.