Hallo helpers
I'm unable to find a solution using VBA.
I need to delete entire rows where a cell in that row has a certain value.
AAA BBB CCC
1 2 3
11 22 33
111 2 333
111 222 333
I need to remove the rows that have value 2 in column BBB (In this case row 1 and 4)
I need the result to be:
AAA BBB CCC
11 22 33
111 222 333
Hope for your help
Thank you
Bookmarks