Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default Save active sheet into new workbook

Hello,

How can you save just the active sheet into a new workbook (allowing the
user choose the location of the new workbook and add the required filename)?
--
Any help appreciated,
MarkN
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Save active sheet into new workbook

You can create a new workbook containing only the one sheet with
code like

ActiveSheet.Copy

This will create a new workbook with one sheet. The user can then
save that workbook in the normal manner.




"MarkN" wrote in message
...
Hello,

How can you save just the active sheet into a new workbook
(allowing the
user choose the location of the new workbook and add the
required filename)?
--
Any help appreciated,
MarkN



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default Save active sheet into new workbook

Thanks very much, it's easy when you know how!!!!!
--
Thanks,
MarkN


"Chip Pearson" wrote:

You can create a new workbook containing only the one sheet with
code like

ActiveSheet.Copy

This will create a new workbook with one sheet. The user can then
save that workbook in the normal manner.




"MarkN" wrote in message
...
Hello,

How can you save just the active sheet into a new workbook
(allowing the
user choose the location of the new workbook and add the
required filename)?
--
Any help appreciated,
MarkN




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 989
Default Save active sheet into new workbook

What about saving copying the ActiveSheet into new Workbook as text i.e.
removing all forumla's so in essence you are doing a "paste special" with
values only?

I need help on this one!

Many thanks

Mark

"MarkN" wrote:

Thanks very much, it's easy when you know how!!!!!
--
Thanks,
MarkN


"Chip Pearson" wrote:

You can create a new workbook containing only the one sheet with
code like

ActiveSheet.Copy

This will create a new workbook with one sheet. The user can then
save that workbook in the normal manner.




"MarkN" wrote in message
...
Hello,

How can you save just the active sheet into a new workbook
(allowing the
user choose the location of the new workbook and add the
required filename)?
--
Any help appreciated,
MarkN




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
save only active sheet Button. tim Excel Discussion (Misc queries) 7 May 23rd 08 11:27 PM
How to save a workbook to an active Web Page? Nadia Excel Discussion (Misc queries) 0 May 2nd 08 06:23 PM
How save active workbook w/o knowing name John Excel Programming 3 January 20th 06 12:16 AM
Macro: Exit active workbook without save? Don Excel Worksheet Functions 0 May 20th 05 06:47 AM
save active sheet VilMarci Excel Programming 6 May 17th 05 01:03 PM


All times are GMT +1. The time now is 10:39 PM.

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"