Hello everyone, I need your help.
I need to check cells for void in Excel. Such a mistake.
1 Like
Hi @RPA3
Can you remove the “first_art.ToString”'s .ToString part and try again… So it should look like
String.IsNullOrEmpty(first_art)
also change the data type of first_art to String if it is generic
3 Likes
What about:
art.Contains(“art”) And model.Contains(“model”) And cost.Contains(“price”) And mass.Contains(“mass”) And sklad.Contains(“wert”) And cell.Contains(“cell”)
I have same error
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.