i created a VI that would open excel, write to a sheet then save as original_timestamp (this way i had a clean template each time), the problem i ran into was i opened the original each time so everytime i wrote to new sheet only the most recent sheet had values while the others were empty. So i split the VI into 3 parts - OpenExcel, WriteToExcel, and CloseExcel. Now all of my sheet data gets written to the first sheet. Can someone look at my VIs and let me know if i have a reference problem. I call these from TestStand and safe the references to variables which i then pass on to the other VIs.
↧