Hi ,
I want to find whether do we have a value in column b without headers,

From the above image i want to find whether we have value or string ,if no then it should return true.
without headers i want to know not with headers
can u help me
Hi ,
I want to find whether do we have a value in column b without headers,

From the above image i want to find whether we have value or string ,if no then it should return true.
without headers i want to know not with headers
can u help me
Use Read Range to read column A and B (Specify the range in the property)
Use ‘For Each Row’ and check [If String.IsNullorEmpty(row(1).toString) is True then No value is present