Hi all
Im wanting some advise on the best way to resolve the following situation.
I have roughly 120 excel workbooks contained in a folder.
Each workbook has a specific worksheet with data that i need to copy.
The sheet name is called "RDATA".
The information i need to copy depends on the values in column "G".
There is 12 possible values in column "G". all values are dates. e.g Jan, Feb, Mar etc.
The information needs to be filtered and copied to the active workbook and to 1 of 12 existing worksheets. coincidently named Jan, Feb, Mar etc.
I have used and modified the code by ron de burin which allows me to filter 1 result copy to a worksheet then close and open another workbook.
Due to needing to filter and copy 12 times before closing the worbook i cant use or modify that code to suit my needs.
is what i require possible? or am i asking too much.