Jamil Hi, this is very useful for me. I'm wondering how do I list also the color of the different shapes, since I've color coded the same shapes based on color. Thanks in advanced for your help.
to retrieve the color, you can use my original code by adding Cells(nRow, 12) = shp.Fill.BackColor for background color and Cells(nRow, 13) = shp.Fill.ForeColor for front color