I have a worksheet that I am using vlookup to return values from a table (in the same workbook) based on a value I select in a drop down box in the worksheet...I want to change this up to use VBA and have the tables in a separate workbook.
So essentially...
I select a dropdown box value from a list, this will trigger a search in a separate workbook sheet for the dropdown value. When the value is found I need it to return the data from multiple lines back to the same sheet that I selected from dropdown box.
So essentially...
I select a dropdown box value from a list, this will trigger a search in a separate workbook sheet for the dropdown value. When the value is found I need it to return the data from multiple lines back to the same sheet that I selected from dropdown box.