austinandreikurt
Board Regular
- Joined
- Aug 25, 2020
- Messages
- 91
- Office Version
- 2016
- Platform
- Windows
Hi,
Is there a vba code where it can replicate the google search or facebook search function that can list all possible results including misspellings? Say I have all the names in Column A, then my search value is in D1, then all possible results will be listed down in Column F. Below is my example.
Is there a vba code where it can replicate the google search or facebook search function that can list all possible results including misspellings? Say I have all the names in Column A, then my search value is in D1, then all possible results will be listed down in Column F. Below is my example.
Book1 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Names | SEARCH | RoseAnn Domingo | RoseAnn Domingo | ||||
2 | RoseAnn Domingo | Rose Ann Domingo | ||||||
3 | Juan Dela Vega | Rose Domingo | ||||||
4 | Rose Ann Domingo | Rose Anne Domingo | ||||||
5 | Rose Domingo | Rose Ann Domngo | ||||||
6 | Rose Anne Domingo | |||||||
7 | Tina Jacob | |||||||
8 | Rose Ann Domngo | |||||||
9 | Chris White | |||||||
10 | Alex Domingo | |||||||
11 | Rose Peñaflor | |||||||
12 | ||||||||
Sheet1 |