Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there a cell that returns the numeric d=code for the font or background
color of another cell? thanks in advance, mark |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chip Pearson's page has an excellent write-up
http://www.cpearson.com/excel/colors.aspx On May 30, 8:23 am, Mark Kubicki <Mark wrote: is there a cell that returns the numeric d=code for the font or background color of another cell? thanks in advance, mark |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub MarkColor()
x = Range("A1").Font.ColorIndex y = Range("A1").Interior.ColorIndex MsgBox "Font color is " & x & ", Interior color is " & y & "." End Sub "Mark Kubicki" wrote: is there a cell that returns the numeric d=code for the font or background color of another cell? thanks in advance, mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell Function/Font Color | Excel Worksheet Functions | |||
selection.font.color returns wrong color; the first execution | Excel Programming | |||
Can I modify cell attributes (font,color etc.) based on function . | Excel Discussion (Misc queries) | |||
Change Font Color in cell Based on another cell value | Excel Programming | |||
Function calls a Sub to change the cell font color | Excel Programming |