Does anyone know how I can concat duplicate cells associatinginfo?
hi,
if you want to color the duplicate rows:
change:
Cells(i, 1).EntireRow.Delete
by:
Cells(i, 1).EntireRow.Color.Index = 3
isabelle
Le 2013-01-07 23:31, pai a écrit :
What if don't want to Delete the Duplicate Rows?
|