I am looking for a macro (VBA) in Excel 2016 that when applied will search for the predefined keywords in Workbook "Keywords" Column A against Workbook "Voice" Column K to find the predefined keywords in Workbook "Keywords" Column A and those that match will be bold and red color. Sorry guys I could not figure out how to show the bold and Red color but if you could imagine in column B below the keywords ONLY from A would be Red & Bold (i.e. broke, chopped, slash).
Example below is the expected result when the macro is run:
<p style="width:3.6em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid #BBB;border-top:none;text-align: center;background-color:
Example below is the expected result when the macro is run:
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Keywords | Review | ||
2 | broken | I broke this just a few days ago and I really like it. | ||
3 | broke | This is now broken | ||
4 | chopped | This chopped the wood great | ||
5 | slash | We were able to slash prices | ||
Sheet1 |