Hi,
I want to open 2 excel-files, and want to copy a complete worksheet to the other excel-file.
How can I do this?
One excel is object oExcel, the other oExcelInput
with this code I can copy it
but how add it to the other workbook?
I want to open 2 excel-files, and want to copy a complete worksheet to the other excel-file.
How can I do this?
One excel is object oExcel, the other oExcelInput
with this code I can copy it
oExcelInput:Sheets(oExcelInput:Worksheets( 'Network' ):name):Select()
oExcelInput:Sheets(oExcelInput:Worksheets( 'Network' ):name):copy()but how add it to the other workbook?
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite