I am trying to reorganize a generated report in Excel. As you can see in the attachment (sheet 1 shows a sample of the report as it is generated while sheet 2 shows the desired result), most of the changes are not too difficult to make (deleting certain fields, transposing the headers, etc.). I have been able to successfully record a macro to make these changes. However, I am trying to figure out a way to program a looping macro to transpose the actual data (the entire report with actual data has 700+ rows). I know I can record a macro for this as well, but it is rather time consuming since I can only transpose 4 rows at a time. I'm hoping to code something which I can manipulate in the future in case I have to generate a report for more or less than the 7 days currently shown. I'm thinking that I can have two macros: 1 recorded for the layout changes and the other coded for the actual data transposition.
Thanks in advance for any assistance.
Bookmarks