I have two columns of data, one is a number, and one is a name on one worksheet, 'Search'.
I have a similar arrangement of data on another sheet in the same workbook called 'Database'.
The difference between the two is that in Database the numbers are present but with other characters around them (letters etc.).
I've created a macro which, using the Cells.Find function locates possible matches for the number and places them, and the cell next to them ('Name'), into an array.
I then need a listbox of these possible matches to pop up (with the name next to it), and for the user to select the 'best' match from the listbox. This should then paste both the number and the name into two columns on the 'Search' spreadsheet.
https://www.dropbox.com/s/1tsqn37hqkcje8i/Mockup.xlsm
I have a similar arrangement of data on another sheet in the same workbook called 'Database'.
The difference between the two is that in Database the numbers are present but with other characters around them (letters etc.).
I've created a macro which, using the Cells.Find function locates possible matches for the number and places them, and the cell next to them ('Name'), into an array.
I then need a listbox of these possible matches to pop up (with the name next to it), and for the user to select the 'best' match from the listbox. This should then paste both the number and the name into two columns on the 'Search' spreadsheet.
https://www.dropbox.com/s/1tsqn37hqkcje8i/Mockup.xlsm