Hi CVI/LabWindows Forum,
I am having an issue with a program I am currently working on.
I am using CVI/LabWindows 2015 on Windows 7.
In my code I am using excelrpt to create excel files, write data to them, and create graphs. I have all that working, mostly (sometimes my graphs dont get their titles populated), but I have had an issue recently where my data did not save. I suspect that this is because the code was started and stopped prematurely and excel my code was not able to properly discard my handles. Is there a way to check the task manager for any instances of excel and close them all before continuing?
As a separate issue but might as well add it here...
Any ideas as to why my graph titles are not populating?
And is there a way to set the x-axis data range(I am not using ExcelRpt_ChartWizard because I was having issues with it)?