Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 252
Default How to copy part of a sheet as a new sheet into another workbook?

Hi all,

Most part of my sheet is empty, so if i copy the sheet as a whole it will
take long, so I would like to copy part of it as a new added sheet into
another workbook. By the way, during the copy I need to keep the layout of
the new added sheet as the same as original one( especially the merged
cells), how can I do the two things?

Clara
--
thank you so much for your help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default How to copy part of a sheet as a new sheet into another workbook?

I think you assumption is wrong. Copying the sheet should not take long.

If it does, you need to clean it up.

Unused cells past the UsedRange are usually virtual - so they take not time
to copy since they are not there and are not copied.

If you do Edit=Goto=special and select last cell and end up way past your
data, you need to clean up your sheet (delete entire rows and columns that
are unused - not cells, ENTIRE rows and columns). If you don't end up way
past your data, then it shouldn't take but a 'blink of the eye'.

--
Regards,
Tom Ogilvy

"clara" wrote:

Hi all,

Most part of my sheet is empty, so if i copy the sheet as a whole it will
take long, so I would like to copy part of it as a new added sheet into
another workbook. By the way, during the copy I need to keep the layout of
the new added sheet as the same as original one( especially the merged
cells), how can I do the two things?

Clara
--
thank you so much for your help

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy sheet cells into differnt workbook/sheet, How? IVLUTA Excel Discussion (Misc queries) 2 June 2nd 09 11:16 PM
excel sheet bootom half sheet goes behind top part of sheet rob Excel Worksheet Functions 2 January 17th 09 01:28 AM
copy part of large WS to another sheet Aurise Excel Worksheet Functions 3 June 19th 07 04:59 PM
Copy from one sheet in a workbook to another sheet in another work k. moran Excel Programming 1 June 21st 06 12:15 AM
automatic copy and paste from sheet to sheet in a workbook ramseyjramseyj Excel Programming 6 December 11th 04 12:37 AM


All times are GMT +1. The time now is 11:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"