Is there a way in VBA to have a pulldown with values like 123, 456, 999, 23, 459, etc. and when you select one, the macro takes the value and looks for the first time that value appears on the current worksheet or any other worksheet in the workbook, and takes the user there as a result? In other words, selecting the value sets off a FIND operation.
User goes to the pulldown in a cell, selects 123. The system then takes the user to the next worksheet to cell A97 where the value 123 is.
User goes to the pulldown in a cell, selects 123. The system then takes the user to the next worksheet to cell A97 where the value 123 is.