I need to loop through rows and select the row based on the value in a column. Basically, I want to "ctrl-select" each row that meets my criteria. I tried recording the macro, but it just looked like this:
Range("5:5,12:12,15:15").Select
Anyone know how to do this?
Thanks!
Range("5:5,12:12,15:15").Select
Anyone know how to do this?
Thanks!