Hello everybody.
I'm struggling with this job: for each cell in a column, I have to check if the letter "I" is contained.
If yes, clear the entire row.
Now, with the following code something is wrong (all rows are cleared, also if "I" is not contained).
If InStr(1, cell, “I”) > 0.5 Then...