Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
In a VBA solution i need to get the State property to set it in a formule.
The problem is that this property isn't present in the propertydesign sets.
Is there a possibilty to acces this property?
I want to set it to a custom name like the code beneath here.
Set oPartStatus = oCompDef.Document.PropertySets _
.Item("Design Tracking Properties").Item("Design Status")
Solved! Go to Solution.