01-09-2010 11:29 PM
How are you?
I did simulate sine wave but I want send the sine wave to exel sheet
How can i do that????
01-10-2010 12:18 AM - edited 01-10-2010 12:20 AM
You can send an array of data to a text file that can be opened/imported by Excel if you use the Write to Spreadsheet File VI.
You can also use ActiveX controls to open an Excel spreadsheet and add data. Search for Excel and ActiveX, or look though the threads linked to in this message thread.