Hi, there
Can anyone explain the point of the Color property? ColorIndex allows you to assign a colour from the palette. Color allows you to assign an RGB value. That's what it says on the tin. That is the code in a myriad of examples all over the internet: MyCell.Interior.Color = RGB(130, 195, 130). BUT IT DOES NOT DO THAT, does it! It snaps to the closest equivalent it can find in the palette. So what is the point?
My scenario was simple. I wanted a chart to be a certain colour, whatever the user did with the palette. Color looked to be the answer. Is there actually a way to do this?
Thanks for looking.
Jon
MS Excel 2003.
Can anyone explain the point of the Color property? ColorIndex allows you to assign a colour from the palette. Color allows you to assign an RGB value. That's what it says on the tin. That is the code in a myriad of examples all over the internet: MyCell.Interior.Color = RGB(130, 195, 130). BUT IT DOES NOT DO THAT, does it! It snaps to the closest equivalent it can find in the palette. So what is the point?
My scenario was simple. I wanted a chart to be a certain colour, whatever the user did with the palette. Color looked to be the answer. Is there actually a way to do this?
Thanks for looking.
Jon
MS Excel 2003.