Hi All,
I have the below routinefor my userform to show a Points System (1.1, 1.2, 2.1, 2.2, 3 & 4)
I seem to be having trouble with the line - If CatPoints < 85 Then SohoCat = 2.2 Else SohoCat = 3.. My form brings up 2 as the Value instead of 2.2. I have no idea why.
Private Sub PointsCat()...