Consulting

Results 1 to 2 of 2

Thread: Extract Sheets from Workbook

  1. #1

    Extract Sheets from Workbook

    Hi
    I have been trying to do a simple excel macro that would extract certain sheets from a workbook and save (values and page setup only) them separately into a defined folder.

    Basically:
    There will be a mapping sheet that contains a list of sheetnames. Next column there will be a simple letter to denote which folder it should go under.
    Ex.
    A1 Sheet1 B1 P
    A2 Sheet3 B2 T
    C1 Sheet1 D1 T
    (T) = Test
    (P) = Post

    Result will be 2 folders (Test and Post)
    Test will have Sheet2.xls and Sheet3.xls
    Post will have Sheet1.xls

    Hopefully this is clear enough..

    many thanks
    Attached Files Attached Files

  2. #2
    Hi Bushmills,

    A sample workbook is attached.

    What this macro does is filters Column A in the mastersheet and then copy paste values in their respective sheets.

    Hope this helps.

    Best Regards
    Attached Files Attached Files

Posting Permissions

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