ExcelEndeavor
New Member
- Joined
- Oct 13, 2020
- Messages
- 14
- Office Version
- 365
- Platform
- MacOS
First, some context...
I have a userform that users complete to capture the salesperson, product ID, product category, revenue amount, and sales date. There is a submit button that funnels the data into 1 of 5 seperate worksheets that are based on product category selected in the userform:
Industrial, consturction, maintenance, hospitality, administrative
(All of the worksheets are formatted exactly the same with the salesperson in column C - it's just to keep the categories separate)
*** This part works great ***
Now, I want to create a userform to search for the salesperson across all 5 worksheets and display the results into a listbox. Then, I can double-click one of the results to open the original userform that was completed for the details of that item and/or make edits if needed. Again, the worksheets are all formatted exactly the same, with the Salesperson in column C.
How would I accomplish this?
I have a userform that users complete to capture the salesperson, product ID, product category, revenue amount, and sales date. There is a submit button that funnels the data into 1 of 5 seperate worksheets that are based on product category selected in the userform:
Industrial, consturction, maintenance, hospitality, administrative
(All of the worksheets are formatted exactly the same with the salesperson in column C - it's just to keep the categories separate)
*** This part works great ***
Now, I want to create a userform to search for the salesperson across all 5 worksheets and display the results into a listbox. Then, I can double-click one of the results to open the original userform that was completed for the details of that item and/or make edits if needed. Again, the worksheets are all formatted exactly the same, with the Salesperson in column C.
How would I accomplish this?