excel - Unique List from Column and Related Columns using Advanced Filter -
i'm using code retrieve unique values column.
sub finduniquevalues(sourcerange range, targetcell range) sourcerange.advancedfilter action:=xlfiltercopy, _ copytorange:=targetcell, unique:=true end sub
it works in getting list of unique items, how modify code pulls related columns?
thanks!
Comments
Post a Comment