Entirely new to VBA but believe this can be accomplished somehow: I have 3 tabs of data which contain the same column names but not in the same order (i.e.: Tab 1 has Student Name in Column A, Tab 2 has Student Name in Column C and Tab 3 has Student Name in Column X). Each time that the data is dumped into these separate tabs, the number of rows will be different but the Student Name will always be in the same column.
I want to copy and paste the columns of data (minus the header) from the mentioned tabs into Tab 4, with the Student Names collected from the other tabs always loading into Column A. I want the Student Names from Tab 2 to be pasted directly underneath the row where the Student Names from Tab 1 ends. And the student names from Tab 3 would then be pasted directly underneath the row where the data from Tab 2 ends. Thank you in advance!
I want to copy and paste the columns of data (minus the header) from the mentioned tabs into Tab 4, with the Student Names collected from the other tabs always loading into Column A. I want the Student Names from Tab 2 to be pasted directly underneath the row where the Student Names from Tab 1 ends. And the student names from Tab 3 would then be pasted directly underneath the row where the data from Tab 2 ends. Thank you in advance!