G
Gemz
I have a sheet with data and I need to use it for different things – I am
using different bits of the data all the time because I need to produce a
few different reports from the same data set. Is there a way I can get a
macro to actually produce all the different reports that I want? For example,
I would like to macro to firstly name a new tab in the workbook as ‘Report 1’
then enter the specified columns that I want into that named sheet. For
example, in sheet named ‘Report 1’ I would like to see columns A,B,C,G,H,Y,Z
and then in the same workbook I would like to get another sheet renamed to
‘Report 2’ and then copy columns ‘D,E,J,K,L’ and then finally another sheet
to be renamed to ‘Report 3’ and then copy across columns ‘AA, AB, AC’ . And I
might need to repeat this a couple more times.
Thanks in advance.
using different bits of the data all the time because I need to produce a
few different reports from the same data set. Is there a way I can get a
macro to actually produce all the different reports that I want? For example,
I would like to macro to firstly name a new tab in the workbook as ‘Report 1’
then enter the specified columns that I want into that named sheet. For
example, in sheet named ‘Report 1’ I would like to see columns A,B,C,G,H,Y,Z
and then in the same workbook I would like to get another sheet renamed to
‘Report 2’ and then copy columns ‘D,E,J,K,L’ and then finally another sheet
to be renamed to ‘Report 3’ and then copy across columns ‘AA, AB, AC’ . And I
might need to repeat this a couple more times.
Thanks in advance.