Hello all,
The following code gives me the unique values from column E in column R
However I'd like to get the values from column G as well.![]()
Sheets("DATABASE").Range("E:E").Copy Sheets("DATABASE").Range("R1") Sheets("DATABASE").Range("R:R").RemoveDuplicates Columns:=1, Header:=xlNo
So I need the code to get all unique values from column E in column R and the values from column G (that are on the same row as the unique values from column E) in column S
All help is welcome
Bookmarks