T
Tang
Dear all, how to combine these 3 lines into 1 line in the macro?
If Right(Cells(r, 9).Value, 1) = "1"
If Right(Cells(r, 9).Value, 1) = "2"
If Right(Cells(r, 9).Value, 1) = "3"
regards
If Right(Cells(r, 9).Value, 1) = "1"
If Right(Cells(r, 9).Value, 1) = "2"
If Right(Cells(r, 9).Value, 1) = "3"
regards