G
Gareth
I have a macro to check a column to see if there are any blank cells. It
starts something like this:
For Each cell in Range("F2:F1001")
If cell.Value = "" Then
MsgBox " Please check row " & row number
End if
Next cell
Its the row number I cannot get.
Thanks in advance.
Gareth
starts something like this:
For Each cell in Range("F2:F1001")
If cell.Value = "" Then
MsgBox " Please check row " & row number
End if
Next cell
Its the row number I cannot get.
Thanks in advance.
Gareth