decadence
Well-known Member
- Joined
- Oct 9, 2015
- Messages
- 525
- Office Version
- 365
- 2016
- 2013
- 2010
- 2007
- Platform
- Windows
Hi, I have lots of words that need removing from a column, the best way I can think is to use a hidden reference sheet that contains these words that I want to remove from another document, is it possible to look for each word in the hidden sheet and if found in the other document store it in the array for the words to be deleted all at the same time?.
I have tried the Find and Replace function, it's good but not really time efficient. I have also tried using an array of words in VBA but this does not allow me to capture all of the Find and Replace words.
There could be 10,000 words to be removed as there will be variations of each words e.g. Apples, Apple
Any help would be appreciated, Thanks.
I have tried the Find and Replace function, it's good but not really time efficient. I have also tried using an array of words in VBA but this does not allow me to capture all of the Find and Replace words.
There could be 10,000 words to be removed as there will be variations of each words e.g. Apples, Apple
Any help would be appreciated, Thanks.
Last edited: