Forum Discussion

shilpi_agarwal's avatar
shilpi_agarwal
Contributor
8 years ago
Solved

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...
  • tristaanogre's avatar
    tristaanogre
    8 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.