Originally Posted by xladept Hi Brumbot, Try this: Sub Brumbot(): Dim P As Range For Each P In Range("P4:P1000") If P = Range("A1") Then _ Range("J" & P.row) = P Next: End Sub Hi xladept, This works great, and makes perfect sense too Thankyou. I will have to remember this for later use.
Sub Brumbot(): Dim P As Range For Each P In Range("P4:P1000") If P = Range("A1") Then _ Range("J" & P.row) = P Next: End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Forum Rules
Bookmarks