After the line:
AlertFlag = True
remove the line:
Exit For
(this is a loop from column "A" to Column "T",
when a cell with the letter "F" is found, it
changes the value to "Alert". The "Exit For"
statement breaks out of the loop. you want
to continue for all cells in the row.)