Hi guys,
I've created a sheet (Sheet 1) which contains rows of information about different countries. On a separate sheet (Sheet 2) I would like to create a search function, where you can type the country code in and the VBA code will search for the value in sheet 1 and then return the row of information if found.
E.G Sheet 2 CELL A5 (THE SEARCH CELL) --> I type in " GBP ", VBA CODE SERACHES FOR GBP in Sheet 1 and returns back the row of information about that country to SHEET 1. ( I would like the row of information to be populated into row D). Each time you search for a different country in CELL A5, Row D1 information is replaced.
Can anyone help with this please?
I've created a sheet (Sheet 1) which contains rows of information about different countries. On a separate sheet (Sheet 2) I would like to create a search function, where you can type the country code in and the VBA code will search for the value in sheet 1 and then return the row of information if found.
E.G Sheet 2 CELL A5 (THE SEARCH CELL) --> I type in " GBP ", VBA CODE SERACHES FOR GBP in Sheet 1 and returns back the row of information about that country to SHEET 1. ( I would like the row of information to be populated into row D). Each time you search for a different country in CELL A5, Row D1 information is replaced.
Can anyone help with this please?