Forum Discussion
ekiza23
13 years agoContributor
I had a similar problem with Excel.
I do not know if it is the same, but I fixed it by checking if the returned value was null (IsNull in vbscript - http://www.w3schools.com/vbscript/func_isnull.asp) and then assigning a default value for empty cells.
Also, can you attach an example of excel file that causes this problem?
I do not know if it is the same, but I fixed it by checking if the returned value was null (IsNull in vbscript - http://www.w3schools.com/vbscript/func_isnull.asp) and then assigning a default value for empty cells.
Also, can you attach an example of excel file that causes this problem?