Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Copying sheet to another workbook using VBA...

Hello All,

I have a macro that executes some functions and I want to,
at the end, save the current sheet as a sheet on another
existing workbook. Can someone help with this? I would
appreciate it.

Trevor
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Copying sheet to another workbook using VBA...

Hi Trevor,

Try something like:

ActiveSheet.Copy After:= _
Workbooks("OtherWorkbook.xls").Sheets("Sheet2")


---
Regards,
Norman



"Trevor" wrote in message
...
Hello All,

I have a macro that executes some functions and I want to,
at the end, save the current sheet as a sheet on another
existing workbook. Can someone help with this? I would
appreciate it.

Trevor



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
Keeping Workbook Name Out of Sheet When Copying to Different Book navel151 Excel Discussion (Misc queries) 2 April 14th 10 01:02 PM
copying one sheet to another workbook boschuster50 Excel Discussion (Misc queries) 3 April 30th 09 10:40 PM
When Copying a sheet, the whole workbook gets copied Rugby Al Excel Discussion (Misc queries) 1 January 5th 06 01:03 AM
VBA question - Copying Sheet from Workbook to another ajliaks[_4_] Excel Programming 2 April 14th 04 10:24 PM
Copying a Filtered Range from a Sheet in another Workbook Frederick Excel Programming 2 August 10th 03 03:29 PM


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

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

About Us

"It's about Microsoft Excel"