Hello All,
In Excel VBA, I am trying to create a single macro that will
A) search for a string (let's say "Bay") within an entire worksheet
B) return all results of the search containing the string in a list ("Bay st", "Bay Av", "Bayview", etc.)
C) allow the user to select one entry...