I am trying to input an excel file that has 24 tabs. Each tab has the same data in the same columns (All column A's are Data Type 1, all column B's are data type 2, etc.) End goal is to have all column A's from all tabs in the same column. Currently, the batch macro is adding columns for each tab resulting in >2,000 columns. I did have this batch macro working as I expected it to, but I had to update the source file to our new Master copy.
For Example:
Input Tab 1 Name = Bill's dogs
Column A = Owner Name
Column B = Dog Name
Column C = Breed Type
Input Tab 2 Name = Jane's Dogs
Column A = Owner Name
Column B = Dog Name
Column C = Breed Type
See screenshots attached for current vs expected result.
Please see screenshots attached for context.