D
Doug
I'm using Excel 2000. I've been trying to set up a macro
to perform a loop function: 1) "find next" the occurrence
of a specific text string 2) finding the text string in a
cell, select the entire row 3) delete the entire row 4)
find next occurrence of specific text string and repeat
the process.
So basically, I want to search an entire worksheet for
every occurrence of the string "abc" for example -- and
delete every row with "abc" in it, but leave all rows that
do NOT have "abc" in them.
I've been trying to set up a macro for that, but it's not
working. Maybe I am not setting up the macro correctly?
Or there is a non-macro way to accomplish the same thing?
Thanks in advance for any advice & info!
to perform a loop function: 1) "find next" the occurrence
of a specific text string 2) finding the text string in a
cell, select the entire row 3) delete the entire row 4)
find next occurrence of specific text string and repeat
the process.
So basically, I want to search an entire worksheet for
every occurrence of the string "abc" for example -- and
delete every row with "abc" in it, but leave all rows that
do NOT have "abc" in them.
I've been trying to set up a macro for that, but it's not
working. Maybe I am not setting up the macro correctly?
Or there is a non-macro way to accomplish the same thing?
Thanks in advance for any advice & info!