Results 1 to 3 of 3

Thread: [RESOLVED] Filter range, copy specific columns and paste to new workbook

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2012
    Posts
    90

    [RESOLVED] Filter range, copy specific columns and paste to new workbook

    Hi Forum

    I have a workbook with a range called 'picklist' and I want to filter for all rows where the first range column is set to 'Yes'. If any are returned then I want to copy columns C, D, E, F to sheet1 of a new workbook called 'c:\Newlist'. If 'c:\newlist' workbook already exists then I want the code to clear what is on sheet1 and replace it with the pasted data. finally, save and close newlist.

    Is it possible to do all this in VBA?

    Thanks for any examples.
    Last edited by scoobster; May 10th, 2013 at 03:04 AM. Reason: original issue is now resolved

  2. #2
    PowerPoster
    Join Date
    Oct 2008
    Location
    Midwest Region, United States
    Posts
    3,574

    Re: Filter range, copy specific columns and paste to new workbook

    Attached is a sheet to play around with to get some ideas how to go about it.
    Attached Files Attached Files

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2012
    Posts
    90

    Re: [RESOLVED] Filter range, copy specific columns and paste to new workbook

    Many thanks - that helped a lot

Posting Permissions

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



Click Here to Expand Forum to Full Width