01-09-2024
02:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-09-2024
02:42 AM
If oDocument.PropertySets("Inventor Summary Information")("Revision Number").Value = "" Then oREV = "" ElseIf oDocument.PropertySets("Inventor Summary Information")("Revision Number").Value IsNot "" Then oREV= "REV " End If
To my logic i prefent this from happening with this If section.
If there is "nothing" filled in to the revision number value, "nothing" will be added.
If something is filled into te revision number value, REV will be added in front of the Revision number value.
That is wat the goal is with this section. That REV is not always shown, only when there is a Revision.
So far it is working as intended. Tried it with multiple documents so far so good.