Hi All,
How to check if a row in column A has value in column B
the result should be boolean
Hi All,
How to check if a row in column A has value in column B
the result should be boolean
just loop and validate both columns
String.IsNullOrEmpty(CurrentRow("B").ToString) AndAlso String.IsNullOrEmpty(CurrentRow("A").ToString)
Regards
Thanks @fernando_zuluaga
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.