PC Review


Reply
Thread Tools Rate Thread

copying sheets

 
 
=?Utf-8?B?S2V2aW5C?=
Guest
Posts: n/a
 
      30th May 2007
Can I copy Sheet1 from one workbook to Sheet1 in a new workbook? Thank you.
--
Kevin C. Brown
Developer
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWlrZQ==?=
Guest
Posts: n/a
 
      30th May 2007
try this
Sub copyToNewWorkbook()
Sheet1.Copy
End Sub

"KevinB" wrote:

> Can I copy Sheet1 from one workbook to Sheet1 in a new workbook? Thank you.
> --
> Kevin C. Brown
> Developer

 
Reply With Quote
 
WhytheQ
Guest
Posts: n/a
 
      30th May 2007
Not sure exactly what you mean:
- you could do something like:

ActiveWorkbook.sheets("Sheet1").copy

J





On 30 May, 15:41, KevinB <Kevin.Br...@DarbyDentalSupply.com> wrote:
> Can I copy Sheet1 from one workbook to Sheet1 in a new workbook? Thank you.
> --
> Kevin C. Brown
> Developer



 
Reply With Quote
 
=?Utf-8?B?S2V2aW5C?=
Guest
Posts: n/a
 
      30th May 2007
I think my biggest problem is that the Workbook.SaveAs isn't working
properly. I don't think doing a copy is going to fix my problem to be
completly honest. I will, however, use your suggestions, because I'm sure I
will have to do this somewhere along the line.

Thanks again everyone.

Regards,
Kevin
--
Kevin C. Brown
Developer


"WhytheQ" wrote:

> Not sure exactly what you mean:
> - you could do something like:
>
> ActiveWorkbook.sheets("Sheet1").copy
>
> J
>
>
>
>
>
> On 30 May, 15:41, KevinB <Kevin.Br...@DarbyDentalSupply.com> wrote:
> > Can I copy Sheet1 from one workbook to Sheet1 in a new workbook? Thank you.
> > --
> > Kevin C. Brown
> > Developer

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying sheets without copying named ranges NMACK08 Microsoft Excel Programming 1 5th Feb 2008 08:53 PM
Copying Sheets =?Utf-8?B?YmVu?= Microsoft Excel Programming 5 28th Mar 2005 04:51 PM
Copying sheets dan Microsoft Excel Misc 0 6th Jul 2004 11:38 AM
Copying from other sheets Vadiraj Microsoft Excel Programming 1 29th Jan 2004 09:19 AM
Copying sheets Greg H. Microsoft Excel Programming 6 19th Jan 2004 06:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:34 AM.