Message 1 of 2
No update of Unit Quantity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm updating the "Units" of a document but the "Unit Quantity" doesn't update.
pic01- With a vba macro I change the linear Dim Display Precision using
"oObject.UnitsOfMeasure.LengthDisplayPrecision = 1" then update the part
"oObject.Update". I've tried with oObject.Update2 (true) but the result is the same.
pic02- the Unit Quantity format doesn't get updated.
pic03- When I change manually the units and re-open the document the update is finally done.
How can I reach this result with vba? thanks
Any help would be greatly appreciated!
pic1