ExcelHobbit
New Member
- Joined
- Jan 8, 2020
- Messages
- 23
- Office Version
- 2010
- Platform
- Windows
I have a summary tab where i want to run macros depending on what is selected in a drop down list to compare two other data tabs. The data tabs are called 'A', 'B', 'C', 'D', 'E' and 'F', and the data in each tab is in the same cells and format, just different values. I want to have two drop down lists, Compare Tab 1: with drop down list A-F, and Compare Tab 2: with drop down list A-F.
Once the two tab names are selected, I want to be able to run a macro whereby it just looks at the tab name that has been selected and then pulls in the data to the summary tab. So I need to know if i can declare the multiple tab names and then the macro looks up which one has been selected, without the need of repeating the macro for every tab name.
Once the two tab names are selected, I want to be able to run a macro whereby it just looks at the tab name that has been selected and then pulls in the data to the summary tab. So I need to know if i can declare the multiple tab names and then the macro looks up which one has been selected, without the need of repeating the macro for every tab name.