Hi all,
I try to make appear on the cell
Cells(emptyRow, 11)
the value ''HIGH'', ''MEDIUM'' or ''LOW'' in function of the value of the cell
Cells(emptyRow, 10).value
I mean if the value of that cell is more than 6 the value of Cells(emptyRow, 11) is ''HIGH'', if its value is less than 1...