Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to change a background color of a cell.
I would like to do it with out "selecting" the cell. When I run record a macro I get the following: objRange.Font.in With Selection.Interior .ColorIndex = 36 .Pattern = xlSolid End With But is there any way to do it by: Set objRange = Range("C4") objRange.Font.Background ?????? thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
changing background color | Excel Discussion (Misc queries) | |||
changing cell background color | Excel Worksheet Functions | |||
Changing background color when changing value | Excel Programming | |||
Macro for Changing Cell Background Color | Excel Programming | |||
Changing Form Button Background Color | Excel Programming |