Hallo everyone,
I have a userform which has a textbox "txtSearchString". When I type a string in it and click Button "cmdSearch", it looks for the typed word in all worksheets and shows me the results in a Listbox "lstResults".
Now I want to select one of the results and jump to that cell (which contains the selected result from Listbox) by clicking the button "makeResultActive".
I will be thankful if someone could help me in writing code for the button "makeResultActive".
I already have two other buttons for other puposes which do their job well. Now I need code for the next button "makeResultActive".
Thanks for each help in advance.
Bookmarks