03-08-2004 10:36 AM
03-09-2004
12:51 PM
- last edited on
03-25-2026
03:32 PM
by
Content Cleaner
Hello Gavin,
You are probably getting this error because you are trying to access cells outside the maximum range in Excel. A Microsoft Excel spreadsheet is limited to 256 columns and 65,536 rows. This Knowledge Base has further information.
If you are interested in a more robust data tool for managing, inspecting, analyzing and reporting test Data, check out DIAdem. It can handle data sets with over 1 billion values.
If none of these suggestions help, or if I�m not correctly understanding your issue, please post the software and versions you are using, the applicable portions of your code, a
nd any other information that may help, and I�ll be happy to look further into it.
Have a nice day!
Robert M
Applications Engineer
National Instruments
03-09-2004 03:50 PM
03-10-2004 10:25 AM
03-10-2004 11:30 AM
03-11-2004
10:47 AM
- last edited on
03-25-2026
03:34 PM
by
Content Cleaner
Gavin,
I can give you a few suggestions, but it looks like this is an Excel error, and not a LabVIEW issue. msdn.microsoft.com has some excellent resources for the ActiveX controls for Excel.
Are you using this vi as a subVI of a larger program? In the code you gave me, the cells you reference, A2:A4 and C2:C4, appear to be from a new sheet you call temp, and are empty. Maybe XValues only takes a range of cells with values. You�ll have to look that up.
One discrepancy I noticed, which you may already know about, is how you reference both the �range� invoke nodes. You send �A2:A4� and �C2:C4� to cell1, and nothing to cell2. Do you need to send A2 to cell1 and A4 to cell2? When changing this, I still get the same erro
r, but that may be because all those cells are empty.
If you do a lot of Word and Excel report generation, you may be interested in the LabVIEW Report Generation Toolkit for Microsoft Office, which is now included in LabVIEW Profession...
Let me know if nothing here helps, and I�ll see what else I can find out. Have a nice day!
Robert M
Applications Engineer
National Instruments
03-11-2004 02:07 PM
06-11-2004 11:22 AM