shilpi_agarwal
9 years agoContributor
problem when reading blank from excel file
Script is reading first two records correctly but when blank appears on excel file, script does not read and throw an error- Vb-Script Run Time error Type Mismatch: 'uName.Keys' This is my e...
- 9 years ago
I would suggest, also, wrapping your calls to the cell data with aqConvert.VarToStr(). That will ensure that a "blank" excel field will actually return a "blank" rather than a NULL value.