05-01-2008 08:21 AM
05-01-2008 08:45 AM
Hi z2830than,
see the attached example. It make following things: open Excel, create new Workbook, ..., write Data to D2, save Workbook and close Excel.
Hope it helps.
Mike
05-01-2008 08:54 AM
05-01-2008 11:13 AM
Mike S81, that helped me out alot! Just one little issue I have and I should be able to get it modified to incorporate into my VI. I am trying to get it to where it will append a file value instead of overwriting the info each time I press the weigh button. I thought I saw the problem in a true/false constant in the Save Worksheet sub-VI. However, that didnt work.
Thanks again,
Jody
05-01-2008 11:40 AM
I figured it out 😄
I had to change the invoke node in the New Workbooks sub-VI to open the file instead of adding a new workbook each time it was called up.
Thanks again for your help!