View Single Post
 
Old 03-20-2020, 09:09 AM
abhimanyu abhimanyu is offline Mac OS X Office 2016 for Mac
Novice
 
Join Date: Mar 2020
Posts: 3
abhimanyu is on a distinguished road
Default

Quote:
Originally Posted by gmayor View Post
Another approach would be as follows. Name the column of Words (without empty cells and omitting the header row if any) as WordList. Then run the following to highlight the listed words. Change the value of strWorkbook as appropriate.


The Excel range is read into an array (without opening Excel) and that array is interrogated to get the words.

Thanks a ton Graham. Let me check this out as well.