If IsNumeric(ThisWorkbook.Sheets("sheet1").Cells(RowCounter, "A")) = True Then
Call Method
End If
InitialRow = InitialRow + 1
Next
MsgBox ("The End")
End Sub
Hi All,
Above is the Code if the Column A has a Character go to Next line Works Perfect. BUT it Exits if the Column A is Empty too
But currently what I DONT WANT is not to skip if column A is EMPTY
so IF the Column A has Character ONLY go to next line BUT IF Column A has a Numeric or EMPTY read the line
Any help would be grateful
Call Method
End If
InitialRow = InitialRow + 1
Next
MsgBox ("The End")
End Sub
Hi All,
Above is the Code if the Column A has a Character go to Next line Works Perfect. BUT it Exits if the Column A is Empty too
But currently what I DONT WANT is not to skip if column A is EMPTY
so IF the Column A has Character ONLY go to next line BUT IF Column A has a Numeric or EMPTY read the line
Any help would be grateful