Hi - First time poster. Please let me know if I am doing something incorrectly.
I have a file that will have a varying number of tabs. There will be Summary tabs and Detail tabs. I need to put the summary tab next to the appropriate Detail tab. Summary tabs will always start with Sum_(and then a tabname also will vary). The Detail tabs will start with Detail_(and then the tabname). So, the tabs will come in like this: SUM_1, SUM_X, Sum_Oth, Detail_1, Detail_X, Detail_Oth.
I need it to look like this: Sum_1, Detail_1, Sum_X, Detail_X, Sum_Oth, Detail_Oth.