Hello,
Is it possible to create a user dialog box where the user enters a number and gets taken to that matching number in another worksheet? Here is what I mean:
Worksheet 1
3.3
3.4
3.5
3.6
Worksheet 2
3.3 Jon
3.4 Bryan
3.5 Ken
3.6 David
The user clicks to start a macro and the dialog box comes up:
Enter a number:
User enters 3.4, for example, and gets taken to the spot where 3.4 is in Worksheet 2.
Is there a VBA function I can create to do this?
Is it possible to create a user dialog box where the user enters a number and gets taken to that matching number in another worksheet? Here is what I mean:
Worksheet 1
3.3
3.4
3.5
3.6
Worksheet 2
3.3 Jon
3.4 Bryan
3.5 Ken
3.6 David
The user clicks to start a macro and the dialog box comes up:
Enter a number:
User enters 3.4, for example, and gets taken to the spot where 3.4 is in Worksheet 2.
Is there a VBA function I can create to do this?