Several times a year, my team gets an excel file that has 6 tabs. Each tab has a different schema. I preform a different analysis on each of the tabs, none of which is particularly complex, just tedious. Each tab has the same name and schema every time but the file name is different every time. I would like to be able to connect to the excel file only once and feed each of the tabs into it's respective workflow without needing to redo the connection for each tab. I feel like this should be possible since the tabs have the same name, but I can't figure out how to do it. Does anyone know how?