+ Reply to Thread
Results 1 to 3 of 3

Save active sheet into new workbook

  1. #1
    MarkN
    Guest

    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. #2
    Chip Pearson
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > 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. #3
    MarkN
    Guest

    Re: 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" <[email protected]> wrote in message
    > news:[email protected]...
    > > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1