I am trying to concatenate cells that are in a row , lets say A1-A6. Each cell has letters that correspond to a task, so I am trying to concatenate them into one cell, A8, then I want to remove duplicates in that cell. So if it is "A,B,S,A,C,B" I want the end result to be "A,B,S,C".
I have tried several VBA's but not having any luck so here I am at the mercy of the masters.
I have tried several VBA's but not having any luck so here I am at the mercy of the masters.