Hi All
I have a need to open up 52 weeks worth of individual workbooks and perform the same function on each workbook. The workbooks are named GMWK01.xlsx, GMWK02.xlsx etc
Once open, I need to Insert a column between Column A and Column B, then perform a Right(A1,6) - this goes all the way down to A50
In a new Workbook (Book1) that is open I need to perform a vlookup on a entry in Column A, against the newly created RIGHT result in GMWK01 column B and have the result go into column C of Book1. Close down GMWK01.xlsx and then open GMWK02 and perform the same function, but this time putting the result in Column D of Book 1, and so on through to GMWK52, so that each week is represented as a new column in Book1.
If its easier, I can have the results go into C1, C2, C3, C4 ..... C52 of Book 1.
Im hoping this kind of Macro can be created as it will same me so much time.
Appreciate any help.
Thanks
TC
I have a need to open up 52 weeks worth of individual workbooks and perform the same function on each workbook. The workbooks are named GMWK01.xlsx, GMWK02.xlsx etc
Once open, I need to Insert a column between Column A and Column B, then perform a Right(A1,6) - this goes all the way down to A50
In a new Workbook (Book1) that is open I need to perform a vlookup on a entry in Column A, against the newly created RIGHT result in GMWK01 column B and have the result go into column C of Book1. Close down GMWK01.xlsx and then open GMWK02 and perform the same function, but this time putting the result in Column D of Book 1, and so on through to GMWK52, so that each week is represented as a new column in Book1.
If its easier, I can have the results go into C1, C2, C3, C4 ..... C52 of Book 1.
Im hoping this kind of Macro can be created as it will same me so much time.
Appreciate any help.
Thanks
TC