B
Billy
I'm getting this error
compile error : invalid or unqualified reference
If !IsNumeric((Cells(Row, 11).Value)) Then
Cells(Row, 11).Interior.ColorIndex = 4
End If
I just want to validate that the data in the cell is numeric.
compile error : invalid or unqualified reference
If !IsNumeric((Cells(Row, 11).Value)) Then
Cells(Row, 11).Interior.ColorIndex = 4
End If
I just want to validate that the data in the cell is numeric.