10-29-2008 03:10 PM
I am trying to send a graph and my data to an excel file also excel has to automatically open with this data on the excel document.
thanks
10-29-2008 03:45 PM
11-13-2008 10:44 AM
I am still having alot of problems getting my data and putting my graph onto an excel spread sheet here is what i need:
I need Excel to open when i hit a button(such as a go button) than i need it to export a graph and a table of data to the excel spread sheet
11-14-2008 01:17 PM
Hello Harold,
Are you using the Report Generation Toolkit? If not, how are you trying insert the graph and data into the spreadsheet? If you are using the Report Generation Toolkit, you could insert a graph into the worksheet using the 'Excel Insert Graph' VI.
11-14-2008 01:22 PM
11-18-2008 08:59 PM
Hello Harold,
If you do not have the report generation toolkit, the next best option is to use ActiveX calls to access a Microsoft Excel application from within LabVIEW. I would strongly recommend taking a look at the ActiveX Excel examples that ship with LabVIEW. Please follow these steps to access these examples:
1) In LabVIEW, select Help >> Find Examples...
2) This opens the Example Finder. In the Browse tab, these examples can be found under Communicating with External Applications >> ActiveX >> Excel .
I hope this helps.