08-26-2005 04:27 PM
08-26-2005 07:47 PM
Look into the built-in example VI 'Write Table To XL.vi'. This VI opens an excel workbook, creates a new sheet and writes a table onto that sheet. You can use the 'Open Sheet' subvi multiple times to create new sheets and write your data into it. If your data already exists in other Excel files, you can simply use the 'Copy' and 'Paste' methods of the _Worksheet object right after you created the new sheet.
Does this answer your question?
Malosh