I have a workbook that contains 12 sheets. The first sheet is used as a sort of home page or user interface. The other sheets contain hundreds of various numbers that are then hyperlinked to seperate files (one file for each number).
I would like to write a Macro that creates some sort of search bar on the first sheet, where a number can be typed into a cell, the Macro would then find that number within the workbook and take me to the cell that contains that particular number. Basically functions like find and replace.
I know I could use Ctrl+F or find and replace, but the operators using the workbook can not seem to figure that out, and my job is to make theirs easier.
Thanks!!!