How tho check is cell is empty in a column of worksheet?

@Nabila_Sabreen There might be White spaces as well, Try using two conditions in this way :
String.IsNullOrEmpty(in_St) or String.IsNullOrWhitespace(in_St)

Considering in_St as a String Variable :sweat_smile:

3 Likes