Sachin2k6
Active Member
- Joined
- Mar 3, 2012
- Messages
- 369
Hi friends,
i have data column of 10000 rows in which some cells has duplicate data. how can i find the row numbers of all duplicate cells in vba.
i have done this with the help of loop but is there any other faster way to do so??
Example
Data Column1
GC1
GC0
GC2
GC3
GC1
GC3
GC1
and so on........
how to find row numbers of duplicate "GC1" ?
i have data column of 10000 rows in which some cells has duplicate data. how can i find the row numbers of all duplicate cells in vba.
i have done this with the help of loop but is there any other faster way to do so??
Example
Data Column1
GC1
GC0
GC2
GC3
GC1
GC3
GC1
and so on........
how to find row numbers of duplicate "GC1" ?