Hi, again peeps.
I am trying to remove irrelevant data from a table, I am trying to include a .find string but cannot seem to locate it on VBA... and then loop into the next word from a chosen set of words
List of specific words to find: Hello, Goodbye and Select(makes things difficult...)
I don't think it will be a loop, more just the .find then select the found word and delete. But running them all at same time.
"Specific word".find
"Specific word".Select
Selection.EntireRow.Delete
"Next Word".find
"Next word".Select
Selection.EntireRow.Delete
"Select".Find (Select is the word)
"Select".Select
Selection.EntireRow.Delete
and etc...
Hope you can help! Many thanks!
I am trying to remove irrelevant data from a table, I am trying to include a .find string but cannot seem to locate it on VBA... and then loop into the next word from a chosen set of words
List of specific words to find: Hello, Goodbye and Select(makes things difficult...)
I don't think it will be a loop, more just the .find then select the found word and delete. But running them all at same time.
"Specific word".find
"Specific word".Select
Selection.EntireRow.Delete
"Next Word".find
"Next word".Select
Selection.EntireRow.Delete
"Select".Find (Select is the word)
"Select".Select
Selection.EntireRow.Delete
and etc...
Hope you can help! Many thanks!