Hello friends!
I have a macro that loops through a column, and for each cell in that column, assigns the value to the string variable "railcar".
The problem is that there can be duplicates of these values.
Normally I would remove the duplicates, but the duplicates are also important.
Is there a way to store the values so that once a string has been used, the cell will be flagged if it is reused?
I know I can also just identify and highlight the duplicates manually, but there are other processes that occur once the string has been assigned.
Thanks for any and all answers!
Bookmarks