Hi there - I'm looking for a fast way to code the following in VB
Find All rows with the text "OK" in column A (rows are sorted by column A so they are together)
Delete those Rows
It sounds simple but I need to allow for the fact that
A) There may not be ANY with OK in column A
b) There may only be one with OK in column A
c) There may be several with OK in column A
each of these scenarios seems to need slighly different code and that is making it a nightmare.
Has anyone got an easy way of doing this ?
Thanks for any help
Find All rows with the text "OK" in column A (rows are sorted by column A so they are together)
Delete those Rows
It sounds simple but I need to allow for the fact that
A) There may not be ANY with OK in column A
b) There may only be one with OK in column A
c) There may be several with OK in column A
each of these scenarios seems to need slighly different code and that is making it a nightmare.
Has anyone got an easy way of doing this ?
Thanks for any help