ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Copying worksheets across workbooks (https://www.excelbanter.com/excel-programming/312522-copying-worksheets-across-workbooks.html)

Bala Venkat

Copying worksheets across workbooks
 
Hi - I'm trying to copy a work sheet from a excel file to another excel file
using C#. The code I use is as follows:

---

((Microsoft.Office.Interop.Excel.Worksheet)(dataAp p.ActiveWorkbook.Sheets[1]
)).Copy( excelApp.ActiveWorkbook.Sheets[10],
System.Reflection.Missing.Value );

---

dataApp is the ExcelApplicationClass that I use to open the excel sheet that
has the data and excelApp has my target workbook.

I get the following error on Executing the code.

"Exception from HRESULT: 0x800A03EC"

Any help in this regard will be useful!

Thanks,

Bala




All times are GMT +1. The time now is 06:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com