05-18-2010 09:44 AM
Hi all,
I want to read multiple cells from excel C1:C2 but I get the variant result:
Value -> Array(Non Displayable)
When I removed string C2 to read cell C1 the result is OK.
Does anybody know the solution?
Thanks in advance.
NacNud
Using LabVIEW 8.5
Sorry for the duplicate image. Don't know how to remove this.
05-18-2010 11:43 AM - edited 05-18-2010 11:44 AM
Hmmm...
Solved it myself. The variant is not represented with a probe.
The solution was to convert the variant data to an 2D array and then probe it.
See attachement for the solution.
NaNud