To select Column with null values

Hi,

How do we select the rows whose customer number column is null or blank spaces?

Say for example, Column B is Customer number. I need to select the rows which has null or blank space in that column and need to process those rows inside For each loop. Syntax DT.Select(“[Customer Number]=”+“”) throws error. Please help me with this.

Regards…!!
Aksh

3 Likes

Thank you. It worked.