G
Guest
I am receiving an overflow error when this line is executed...
varSource = Nz(rstExcelRS.Fields(strIndexName).Value, -1)
The values are retrieved from a spreadsheet. The code was working fine
until it reached the value 38387. There isn't any calculations, so what
could be the problem? Do I need to set varSource back to 0 each time?
varSource = Nz(rstExcelRS.Fields(strIndexName).Value, -1)
The values are retrieved from a spreadsheet. The code was working fine
until it reached the value 38387. There isn't any calculations, so what
could be the problem? Do I need to set varSource back to 0 each time?