ryancgarrett
Board Regular
- Joined
- Jun 18, 2011
- Messages
- 122
I have a list around 1,000 cells long in column A with about 100 unique values. I need to set up a For ... Next loop but only want the loop to run once per unique value. I've thought of copying the values to a temporary column and removing duplicates, then running the loop and deleting the column but it seems there should be an easier way.