Hey Guys,
I want to extract data from 30 files, with the same structure, that I have placed in a directory together with the consolidation file.
The idea is to run a macro on the consolidation file with the following instructions:
1. Copy from Sheet Data1, Range C6:C26, to the first empty column on the consolidation file, sheet "Cons", Range B2:B22 (next one must be on C2:C22, then D2:D22, etc).
2. Copy from Sheet Data1, Range D6:D26, to the first empty column on the consolidation file, sheet "Cons", Range starting from cell B29:B39
3. Copy from Sheet Data1, Range E6:E26, to the first empty column on the consolidation file, sheet "Cons", Range starting from cell B57:B67
4. Copy from Sheet Data1, Range F6:F26, to the first empty column on the consolidation file, sheet "Cons", Range starting from cell B85:B95
5. Close this file and process the next one
Is this something easy to do ?
Thank you in advance!
Bookmarks