I have an Excel workbook, and in that workbook I have a number of sheets.
One is called main and the other sheet data which holds all the information.
The data sheet has people's name and assigned numbers in the same cell.
e.g.: A2 would have: 123 Chris Smith
What I am trying to achieve is for a user to start typing the number anywhere in the main sheet that it scans the data sheet and completes the rest of the data.
So a user would type 123 and the macro would then fill out the rest 123 Chris Smith.