Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
dalton98
in reply to: 37xitp4

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.