imagoodwon
Technical User
I thought I had posted this before, but I didn't see it showing up.
I want to find the first instance of a search result starting top left, and then progressing right through that row, then starting agin on the next row top left to right etc..etc..
How can I code this using vba to find multiple occourances of the results.
I want to TAG the first found result ( The leftmost ) and copy it to another page so that I can shade it red. the other results will go to the right of it on the same row if they were on that row.
My search says if Column Z.value >0 then find all matches of TextBox1.value on that row, then, go to the next row and do the same until the end of the search range. A2100