I have a constantly-updating spreadsheet I use to track projects, but I want to create a summary view for internal stakeholders. I'm looking to transpose my columns to rows from 1 sheet to another sheet. The issue I run into is that as new projects get added on to the original list (as a new column), the transpose stops at the last column I had set it to. It doesn't keep going for the new columns added.
What I have currently (new projects get added to as a new column, so a new project would then go into Column I): https://i.ibb.co/2jpG8Bg/Tasks-Column-Mode.png
What I want is rows 2-10 being transposed to another sheet like this: https://i.ibb.co/SPDx1VM/Tasks-Rows-Mode.png
I was thinking of adding a button and assigning a VBA to it so that everytime you click it, it will update with the new columns and transpose again. But I don't know how to do that. I'm fairly new to VBA so your help is greatly appreciated.
What I have currently (new projects get added to as a new column, so a new project would then go into Column I): https://i.ibb.co/2jpG8Bg/Tasks-Column-Mode.png
What I want is rows 2-10 being transposed to another sheet like this: https://i.ibb.co/SPDx1VM/Tasks-Rows-Mode.png
I was thinking of adding a button and assigning a VBA to it so that everytime you click it, it will update with the new columns and transpose again. But I don't know how to do that. I'm fairly new to VBA so your help is greatly appreciated.