transparencia
New Member
- Joined
- May 16, 2011
- Messages
- 4
I want to delete duplicates rows but keep the first one of each duplicate set.
Example:
(The Red Rows are Removed)
Row 1___1000____________20
Row 2___1000 ___________ 20
Row 3___1000 ___________ 20
How can I this with a VBA function?
Example:
(The Red Rows are Removed)
Row 1___1000____________20
Row 2___1000 ___________ 20
Row 3___1000 ___________ 20
How can I this with a VBA function?