+ Reply to Thread
Results 1 to 5 of 5

Sending Information to a new Workbook - Code

  1. #1
    Registered User
    Join Date
    05-11-2009
    Location
    GA
    MS-Off Ver
    Excel 2003
    Posts
    14

    Sending Information to a new Workbook - Code

    I am trying to get this to sort out to a new workbook instead of a worksheet. There are only two components in C column, so there should only be 2 new workbooks created. I am a little unfamiliar with the terminology for the workbooks. Thank you.

    Please Login or Register  to view this content.
    Last edited by cwalker6; 05-20-2009 at 04:32 PM.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Sending Information to a new Workbook - Code

    Hi

    Before the line
    Please Login or Register  to view this content.
    add the code
    Please Login or Register  to view this content.
    This will move all the sheets except the first one to new workbooks.

    HTH

    rylo

  3. #3
    Registered User
    Join Date
    05-11-2009
    Location
    GA
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Sending Information to a new Workbook - Code

    That worked perfectly! Thank you. It copies the input sheet and puts it in a new workbook also. Is there a way I can block that? I just want the sorted versions making new workbooks. Thanks again!

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Sending Information to a new Workbook - Code

    Hi

    Change the lowest number in the loop counts down. Currently it is 2, so it will only ignore the first sheet. That is where I thought the input sheet was placed. So if you want to only copy out from sheet3 starting from the left, then change the number to 3.

    rylo

  5. #5
    Registered User
    Join Date
    05-11-2009
    Location
    GA
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Sending Information to a new Workbook - Code

    Thank you thank you thank you!

+ 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