I have an excel sheet that has say, 10 different columns, with a few hundred records.
e.g.
column1|column2|column3|column4
data data data data
I have another sheet, a template, which has the headings arranged in a certain way, e.g.
column1|column2
data data
column3 column 4
data data
So, the template block in my second sheet has to be copied and filled in for each record.
Is there a way to do this with VBA?
I am aware this is a horrible way of doing things, however I can not convince my superior of that, and so this is all I can try and do. If this is not possible, it will just be done by hand, so I am hoping some automation is possible.