The way they are doing it in the LabVIEW examples, they are opening the Excel file and also closing it. I want to be able to just write to the Excel file and only modify that cells I want. I am also having trouble with the Excel Worksheet Refnum. Why can't I just wire the Excel file name such as C:\ABC.xls
Right now I have an Excel file that has on column "A" four different number (rows 1,2,3,4). I want to take each of these numbers on cells A1, A2, A3, and A4 and put them in another Excel file on say for instance cells B4, C5, D3, and F8.
I would appreciate if somebody could guide me on how to do a what seems to be a simple task...
Felipe