11-02-2022
06:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-02-2022
06:56 AM
It is odd when the upper tolerance value should be 0 it gives a very small negative value. You could account for this by adding an if statement:
If oCellInspUpTol.Value <= 1 And oCellInspUpTol.Value > -0.00001 Then oCellInspUpTol.Value = 0 End If
I couldn't re-create your problem where it gave a lower value as a value * E -2.
Like @tyler.warner it looks like like a styles problem. The dimension style wont update if you change the styles for the document, you either have to change the dimension with ilogic or delete and remake it.