Hi,

I have a few shapes which is colored based on a color code (number). I want to replicate the color on the cell so the users can choose the colours they want the shape to be.

For example:
Shape 1---red
Shape 2---blue

On the speadsheet, I want to have
Red Cell---color code of red
Blue Cell---color code of blue

For my shapes, I am using this code:
myShape.Fill.ForeColor.SchemeColor = myColorCode

I am unable to replicate the same color on my cell, how can I do that? Thanks in advance.