I'm a total newbie in Excel and VBA. I have a sheet like this:
A B C D
someinfo someinfo someinfo OK
someinfo someinfo someinfo OK
someinfo someinfo someinfo ERROR
someinfo someinfo someinfo ERROR
someinfo someinfo someinfo OK
someinfo someinfo someinfo OK
someinfo someinfo someinfo ERROR
someinfo someinfo someinfo ERROR
Ok I'd like to copy the "OK" lines into a new sheet and the one with "ERROR" into another one.
How can I do that?
OK
, then copy/paste, then filter forERROR
, then copy/paste. If you do that while recording a macro, you'll be 90% of the way to having a VBA solution – John Bustos Jun 12 '13 at 16:34