Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have selected a colour from a cell and would like to use that colour for a shape, however the colour is not the same- am I applying the colour in the wrong format? Retrieving the colour via: SelectedColour = Range("Time_Colour").Interior.ColorIndex And applying the color via: Selection.ShapeRange.Fill.ForeColor.SchemeColor = SelectedColour Selection.ShapeRange.Fill.Visible = msoTrue Selection.ShapeRange.Fill.Solid Selection.ShapeRange.Line.ForeColor.SchemeColor = SelectedColour Selection.ShapeRange.Line.Visible = msoTrue Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I customise colours used in charts and keep those colours. | Charts and Charting in Excel | |||
How to save one of the MORE COLOURS in the THEME COLOURS? | Excel Discussion (Misc queries) | |||
Applying functions to colours | Excel Discussion (Misc queries) | |||
Excel 2003 font colours and cell colours | Excel Discussion (Misc queries) | |||
Applying formulae | Excel Programming |