LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview reads address of excel selection

I want to have labview 7.1 read the address of a block of cells selected by a user in an open excel spreadsheet. A property node set to Application - Selection returns a variant. Where do I go from there, or is there a better way?

 

Cheers, Bob

0 Kudos
Message 1 of 2
(2,217 Views)

You can type-cast using 'Variant to data', it's a bit hidden on the palette under Advanced->Data Manipulation->Variant.

An easier access is to right-click on an variant wire, then you can directly access the variant palette.

 

Felix

0 Kudos
Message 2 of 2
(2,208 Views)