Hiya,
I use a frequency generator that generates a list of words used in the titles of an increasing number of support cases. I need to remove a list of user defined 'stop words' that do not relate to IT to enable me to analyse the data easier.
The best way forward I think would be to select a start cell, then run the macro which would check down the list of unique words found in the titles against a list of 'stop words' located in a tab called 'Stop Words' in column A. Any stop words found in the list should be removed.
Can anyone help me by providing the VBA to perform this?
Many thanks
I use a frequency generator that generates a list of words used in the titles of an increasing number of support cases. I need to remove a list of user defined 'stop words' that do not relate to IT to enable me to analyse the data easier.
The best way forward I think would be to select a start cell, then run the macro which would check down the list of unique words found in the titles against a list of 'stop words' located in a tab called 'Stop Words' in column A. Any stop words found in the list should be removed.
Can anyone help me by providing the VBA to perform this?
Many thanks