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: AnthonyB7

It might be giving an error because the value is to long. Try a rounding function

Dim extents_length As String = Round(SheetMetal.FlatExtentsLength, 3)
'or
roundedClosest = Round(Round(SheetMetal.FlatExtentsLength,4) / 0.0625) * 0.0625 & " in" MessageBox.Show(roundedClosest)