Hi all,
I am no expert and I tried the below with a Macro but does not stay open.
I have a column B with hundreds of different names in separate rows which I need to search often and place a response in Column B from a Dropdown list comprising Yes, No, Call.
I know I can use Ctrl+F (with wildcards) set to Within Sheet, Search By Column, Look in Values and then manually do the various steps. This keeps the window open for another search etc.
I am looking for a smarter way to do the process probably VBA Code:
Activate a window with a popup question like Names Search - Enter name or part of;
And below this instruction, a window into which I type the name required (use wildcard as applicable);
Search column B, locate name (or names); and displays list (same as Find does);
Select the correct name; then press enter once
Curser goes straight to Col D cell in same row as the name;
Select from Dropdown list; Enter to write the Yes, No or Call to the cell in Col D
Clear the input search window and do the same process but with new name, and so on;
When completed, a command to end the process so the VBA is not running in the background all the time when not needed. (maybe a message popes up to confirm the Search is not running and if required again, needs to be reactivated).
Hope someone can assist please.
Sample file Names_Search-1. As attached
Bookmarks