Copy worksheets from file A to file B

  • Thread starter Thread starter ikkyu
  • Start date Start date
I

ikkyu

Hi,

I would like to know how I can copy (not link) more than one worksheets from
file A.XLS to file B.XLS with everything (format, macros, etc)?


@+

Hepta

Time, is, the greatest thief
 
Open both workbooks.

Select the worksheets in A.xls that you want to copy (click on the first tab and
ctrl-click on subsequent).

then Edit|Move or Copy Sheet
Check the bottom "create a copy" checkbox.

And make the "to book:" B.xls

The macros behind the worksheet will go with the copy. The macros in General
modules (and other spots like ThisWorkbook) won't.)

But you could copy those general modules by dragging and dropping (and the
ThisWorkbook module by copy|pasting).
 
Many thanks, Dave.

Dave Peterson said:
Open both workbooks.

Select the worksheets in A.xls that you want to copy (click on the first tab and
ctrl-click on subsequent).

then Edit|Move or Copy Sheet
Check the bottom "create a copy" checkbox.

And make the "to book:" B.xls

The macros behind the worksheet will go with the copy. The macros in General
modules (and other spots like ThisWorkbook) won't.)

But you could copy those general modules by dragging and dropping (and the
ThisWorkbook module by copy|pasting).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top