Hello,
I am a beginner in using the VBA code and need some help. What I am trying to achieve is to Copy the data from Column F(F6:F8, F12:F14, F18:F23, F26:F33, F37:F38, F42:F50)of all the Sheet(so far from Sheet 1 to Sheet 41) and paste these data on on the PE Master Sheet on the respective cells E#:G#, I#:K#, M#:R#, T#:AA#, AC#:AD#, AF#:AN#).
So for e.g.
For Sheet 1: the only data copied are from (Column F) Cells
F6:F8, F12:F14, F18:F23, F26:F33, F37:F38, F42:F50). These data then have to populate the Master PE Sheet only in the following order of Cells: E4:G4, I4:K4, M4:R4, T4:AA4, AC4:AD4, AF4:AN4).
For Sheet 2: he only data copied are from (Column F) Cells: (F6:F8, F12:F14, F18:F23, F26:F33, F37:F38, F42:F50). These data then have to populate the Master PE Sheet (only in these Cells: E5:G5, I5:K5, M5:R5, T5:AA5, AC5:AD5, AF5:AN5).
The same approach or logic have to be used for Sheet 3-41 and if there are new sheets added in the future (let's say 42, 43 and so on) include them, as well. Moreover, in Column B, starting in Cell B4 insert the name of the sheet from which the data have been copied.
Thank you in advance for your cooperation!
I am a beginner in using the VBA code and need some help. What I am trying to achieve is to Copy the data from Column F(F6:F8, F12:F14, F18:F23, F26:F33, F37:F38, F42:F50)of all the Sheet(so far from Sheet 1 to Sheet 41) and paste these data on on the PE Master Sheet on the respective cells E#:G#, I#:K#, M#:R#, T#:AA#, AC#:AD#, AF#:AN#).
So for e.g.
For Sheet 1: the only data copied are from (Column F) Cells
For Sheet 2: he only data copied are from (Column F) Cells: (F6:F8, F12:F14, F18:F23, F26:F33, F37:F38, F42:F50). These data then have to populate the Master PE Sheet (only in these Cells: E5:G5, I5:K5, M5:R5, T5:AA5, AC5:AD5, AF5:AN5).
The same approach or logic have to be used for Sheet 3-41 and if there are new sheets added in the future (let's say 42, 43 and so on) include them, as well. Moreover, in Column B, starting in Cell B4 insert the name of the sheet from which the data have been copied.
Thank you in advance for your cooperation!