09-24-2008 01:27 PM
When using the Append Table to Report vi (Functions Palette>>Programming>>Report Generation>>Append Table to Report.vi) you wire a string constant to specify the point in which excel will insert data (MS Office parameters). It is fairly straight forward, just set the column and row numbers. But, how would you configure it to accommodate a mathematical location. In other words, for example, at the first iteration insert a three row table five rows down from the top and every iteration thereafter insertion in multiples of five????????
What I'm doing is building an excel worksheet from an x/y graph each time the graph is updated.
Solved! Go to Solution.
09-25-2008 04:38 PM
Hey Dennis,
I am attaching a screenshot of a section of code that should do the trick.
09-30-2008 09:39 AM
Hi Andrew,
Thanx for the code. I'm kind of new to Labview, what sub vi did you use in the while loop? I can't find it.
10-01-2008 01:00 PM
10-01-2008 01:29 PM
Hi Jeremy,
I can't find this VI, can you tell me exactly where it is located, I'm using ver 8.6. I'm starting to think our IT department did not load the entire developer suite on my PC.
Thanx,
Dennis
10-02-2008 06:14 PM
10-03-2008 06:39 AM
Hi Jeremy,
I tried it and it works as advertised. Thanx for the help.
Dennis