What is a function in VBA EXCEL witch finds a string like "not" in cell and then deletes a row with this cell?
How something like this. I want delete rows which don't include a word
"not".
Delete Rows without "not" by using this AutoFilter function.
Because in a normal way it takes a long time to search 2000 rows.
Thanks for response
|