[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