Hello All,
I want to create a pop up window that activates when users select a specific field From a range on Sheet3; Range(A1:A100). When active, the pop-up will display data from another sheet(Sheet2).
What I need to do is create a lookup that matches the value of cell A1 on Sheet3 to cell A1 on Sheet2, and then display all data from the corresponding row on Sheet 2 in a pop up window.
All of the tutorials I've seen regarding user forms talk about entering data. I need this form to display existing data. Am I barking up the wrong tree here? Could this be done with a custom message box instead?
Thanks,
Tom
I want to create a pop up window that activates when users select a specific field From a range on Sheet3; Range(A1:A100). When active, the pop-up will display data from another sheet(Sheet2).
What I need to do is create a lookup that matches the value of cell A1 on Sheet3 to cell A1 on Sheet2, and then display all data from the corresponding row on Sheet 2 in a pop up window.
All of the tutorials I've seen regarding user forms talk about entering data. I need this form to display existing data. Am I barking up the wrong tree here? Could this be done with a custom message box instead?
Thanks,
Tom