N
nalenb
Hi, I'm using owc 10 to read the values on an xml spreadsheet in a
vb.net application. In some cells we have #n/a (formula =na(), though
sometimes the value has cascaded from other computations). When I grab
the range into an object array like:
dim outputs as object =
wb.Worksheets.Item("Output").Range("b1:n116").Value
I get an array I can iterate over. However, all of the cells that show
as #n/a, #name, or #value show up as an Integer object with the value
of -2146826246. Is there a way to tell if the cell has a #n/a, #name
or #value entry?
Thanks
Bill
vb.net application. In some cells we have #n/a (formula =na(), though
sometimes the value has cascaded from other computations). When I grab
the range into an object array like:
dim outputs as object =
wb.Worksheets.Item("Output").Range("b1:n116").Value
I get an array I can iterate over. However, all of the cells that show
as #n/a, #name, or #value show up as an Integer object with the value
of -2146826246. Is there a way to tell if the cell has a #n/a, #name
or #value entry?
Thanks
Bill