changing the color of a cell
ToolsOptionsColorModify will allow you change a color to any rgb value you'd
like.
Or run a macro with your parameters.
Sub foo()
ActiveCell.Interior.Color = RGB(170, 112, 230)
End Sub
Gord Dibben MS Excel MVP
On Fri, 30 Nov 2007 17:11:00 -0800, zhj23
wrote:
Hello! Gurus
Is there a way to change the color of a cell to some specific RGB
combinations in addition to the standard color palette provided?
It would be good if we can add this special color to the palette for future
use.
Thanks.
zhj23
|