Importing a Sheet

  • Thread starter Thread starter kirkm
  • Start date Start date
K

kirkm

Is it possible to import a whole sheet from one xls to another,
including the colours, layout and any comments associated with cells?

Thanks - Kirk
 
Kirk,
Open your source and destination WBs, then record a macro when you
right-click the WS to be copied > Move or Copy > Check the "Create a Copy"
box > Select the "To book" and "Before sheet" options > OK.
See the VBA code generated.

NickHK
 
Click with your right mouse at the sheet you want to copy (I mean below
where you can click to the other sheets, sheet 1, sheet2,e tc..).
- Choose 'move or copy'
- Check create a copy
and select from the dropdown 'new book'

voila!
 
If you click in the left hand square, left click, then right click,
copy.

Go to the new workbook and select A1 and paste special - All, this
should do the trick.


To code it just record it.

Stopher
 

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

Similar Threads

Appending sheet 4
Import Worksheet 10
Importing Sheet 3
Microsoft Excel VBA: Concatenate without formatting 1
Grid Selection 2
Running Excel 2
Basic help with sheet 6
Cursor Shape 4

Back
Top