J
John Manion
Hello,
I have a workbook with a bunch of macros for generating charts and graphs
based on data output from a program. We cut and paste or import tab
delimited data into the data sheet of the of the macro workbook.
I would like to use a c# program to load the tab delimited file directly to
the specific data sheet of the excel workbook.
I've written the code to open the workbook, select the data sheet and clear
the previous runs data. I'm just not sure how to import that data to the
specific sheet.
Any help is greatly appreciated.
Thanks,
John
I have a workbook with a bunch of macros for generating charts and graphs
based on data output from a program. We cut and paste or import tab
delimited data into the data sheet of the of the macro workbook.
I would like to use a c# program to load the tab delimited file directly to
the specific data sheet of the excel workbook.
I've written the code to open the workbook, select the data sheet and clear
the previous runs data. I'm just not sure how to import that data to the
specific sheet.
Any help is greatly appreciated.
Thanks,
John