Hello, I need some help making some macros and a database. How can I make a code that will search every word in Word and lookup that word in a database and if it is a match it will highlight all the different words (I know how to use the search code, but not how to make a database and search multiple words and highlight them). The database needs have data entries, a word to look up and word that can be replaced with it (like a table in excel where column A is the word to search for and column B is the word to replace it with). Is there anyone that can help me, or know some parts that will make it easier for me (I do not know if it is possible to make a database (maybe access?), any help would be appreciated!!!)?


Summary:
1 Make a database to be used in vba
2 Make a macro that searches the document for words that matches the in the database and highlights them (different words)
3 Make a macro that searches the document for words that matches the in the database, and replace it with the another word