Violétte
Violétte

Reputation: 13

How to add a workbook sheet into another workbook

Here is the excel "db" and excel "scrape".

excel "db" and excel "scrap"

four sheets in the same excel (scrap, ai, bd, and eb)

And I want to achieve like this, add the sheet "scrap" into excel "db", i.e. four sheets in the same excel (scrap, ai, bd, and eb).

Upvotes: 1

Views: 397

Answers (1)

kwoxer
kwoxer

Reputation: 3833

Copying sheets from one workbook to another is not hard to be solved. You will only need a Excel Application Scope and a Copy Sheet activity:

copy sheets

So all you need is the file path where the source Excel is. And the destination Excel file path. And the name of the sheet.

Upvotes: 1

Related Questions