i have a command button that brings up a search box and i enter a name and it searches all my sheets one at a time. and i get a message for each result on each worksheet the name is found on that i have to close individually). I would like to have it instead find all the records and display them in a window and then be able to select the record I want from the sheet i want, and have it go to that sheet and record. So the results box should show possible results from all pages but should give a preview of that result.
so if i type in "Smith" it should show something like
Last Name |
First Name |
Auto Ship |
AS date |
Stree Add |
City |
State |
Sheet Name |
Smith |
John |
3YA |
7/15/2015 |
1223 my street |
My town |
NY |
Sheet 1 |
Smith |
Bill |
|
|
555 your street |
Paris |
CA |
Sheet 2 |
Then be able to click on one of the results and go to that page.
Here is what i have for code now.
Bookmarks