05-02-2006 06:49 PM
05-03-2006 02:02 PM
05-03-2006 02:45 PM
05-03-2006 02:55 PM - edited 05-03-2006 02:55 PM
maybe it's a difference in LabVIEW 7.1 and 8, because it runs totallly fine on mine. After I press stop, close Excel, and double click to open the excel file, i can only select the cells inside the border... that's really weird...
which Office do you have? that matters too.. i have Office 2003
See-Ming
Message Edited by Elsa Fung on 05-03-2006 02:55 PM
05-08-2006 05:58 PM
05-09-2006 07:50 AM
mine says Microsoft Office Excel 2003 (11.6560.6568) SP2, but I also have Office 97 installed on my computer, and usually the older version's functions have less parameters. So i'm guessing my VI is actually using Excel 97 instead of 2003...
I traced through my VI and realized even though I selected Excel Object 11.0 at the beginning in Open Excel, later on when I used Variant to Data to convert the Sheet to Worksheet, Excel Object 8.0 (Excel 97) was used. I tried to change it to use Excel Object 11.0, but all I have under Worksheet is Object 8.0... double check how your version of LabVIEW and Excel handles that. If Object 8.0 is available, try using that and see.
also, try linking a FALSE to all the Allow----- parameters. I don't think it matters, but it's worth a try ^_^
good luck!