[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.
1 Attachment(s)
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.
Re: [RESOLVED] Filter range, copy specific columns and paste to new workbook
Many thanks - that helped a lot