Hi Edward,
to insert data in an Excel cell you use the property VALUE(take a look at the example Write table to XL and its sub-vi Set Cell Value.vi)
If you pop -up on the property VALUE you can change it to read, this returns the content of the selected cell as a variant data.
You should convert the variant data into a string with the function Variant to Data in the ActiveX palette and connect to its Type terminal an empty string.
Good luck,
Alberto Locatelli