Code:
            If hr1 >= 1 Then
                total1 = total1 - (hr1 * 10)
            End If
So, example if hr1 is 4 then it should minus the value of total1 by 40, if 3 then by 30 etc.
For some reason it's not working and I don't get why..