Hi,
I'm fairly new to VBA, and programming in general, so i apologize in advance.
Right now i have two columns. One is a list of abbreviations and the other is a corresponding number next to it depending on the abbreviation. In another worksheet I have a input cell that corresponds with a Vlookup so if you write the abbreviation in the cell you get the matching number next to it.
This is where i need help. Once the matching number appears, i want excel to go back to the columns and search for the abbreviations with that same number next to them then posted them below the original abbreviation that i have in the input cell.
I would assume i need to be using some kind of Find & Match code but I'm not sure how to make this work. Any help would be greatly appreciated.
I'm fairly new to VBA, and programming in general, so i apologize in advance.
Right now i have two columns. One is a list of abbreviations and the other is a corresponding number next to it depending on the abbreviation. In another worksheet I have a input cell that corresponds with a Vlookup so if you write the abbreviation in the cell you get the matching number next to it.
This is where i need help. Once the matching number appears, i want excel to go back to the columns and search for the abbreviations with that same number next to them then posted them below the original abbreviation that i have in the input cell.
I would assume i need to be using some kind of Find & Match code but I'm not sure how to make this work. Any help would be greatly appreciated.