Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Help Needed copying a worksheet to new workbook

Hi I seem to have forgot how to do this. I need to copy 1 worksheet to a
new workbook and can't find anything in Help!

Regards
Neil



*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Help Needed copying a worksheet to new workbook

Right click the worksheet tab and you will get a drop down menu to copy it to
a new workbook.
--
David


"Neil Atkinson" wrote:

Hi I seem to have forgot how to do this. I need to copy 1 worksheet to a
new workbook and can't find anything in Help!

Regards
Neil



*** Sent via Developersdex http://www.developersdex.com ***

  #3   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Help Needed copying a worksheet to new workbook

The following should work. You may be able to leave out both the activate
and select options in which case you wouldn't need the with/end with
statement either.

With Sheets("Sheet Name")
.Activate
.Select
.Copy
End With


"Neil Atkinson" wrote:

Hi I seem to have forgot how to do this. I need to copy 1 worksheet to a
new workbook and can't find anything in Help!

Regards
Neil



*** Sent via Developersdex http://www.developersdex.com ***

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
Copying worksheet to another workbook Dig Excel Worksheet Functions 3 October 30th 08 09:01 PM
Copying a worksheet to another workbook Dutch Excel Discussion (Misc queries) 6 August 10th 07 05:01 PM
Copying A Worksheet From Each Open Workbook to an new Workbook carl Excel Worksheet Functions 1 January 3rd 06 05:37 PM
Copying worksheet from workbook to another Mark Jackson Excel Worksheet Functions 0 January 14th 05 09:05 PM
Copying worksheet to another workbook Haider Quazilbash Excel Programming 2 September 22nd 03 06:23 PM


All times are GMT +1. The time now is 09:28 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"