If CheckBox1.Value = True Then
Label10.Caption = (x * z1) / (y1 * z1)
End If

hey guys, I would like Label10.caption would capt only one decimal.

I've already tried application.roundup etc, but it doesn't work..

can someone help me?

thanks a lot