I am looking for a way to remove duplicates from a column. I know how to do it from the end of column up, but I need the first instant of the value to stay. Also I need the code to stop once it hits an empty cell. Column is segmented into different section spit by empty cell. I do not want to...