Hello all -
I'm trying to create an Excel VBA macro (my first one!) that will do the following:
- Search a column, and for any duplicate values in that column, turn those cells red
- Move to the next column and repeat (flagging values that are duplicates *only* in that column).
- (Preferably) Quit when it comes to an empty column.
I've found a macro which will find and flag duplicates (http://www.rondebruin.nl/find.htm), and I've tried to tweak it, but essentially I'd have to duplicate the code over and over again for each column (I'm a tester, not a coder, so I don't know how to make it jump from column to column, caring only about the values in the column in question).
Could anyone wiser and more experienced than I