Dim x As Long
x = Round((Form1.Text1.Text * (0.4 + (20 / 1000)) * 24) / (Form1.Combo2.Text * 0.6 * Form1.Text2.Text))
If x Mod 3 > 0 Then x = Int(x / 3) * 3
Form5.Text1.Text = x
Dim x As Long
x = Round((Form1.Text1.Text * (0.4 + (20 / 1000)) * 24) / (Form1.Combo2.Text * 0.6 * Form1.Text2.Text))
If x Mod 3 > 0 Then x = Int(x / 3) * 3
Form5.Text1.Text = x