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