Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ok, I keep getting =Name? and I'm not sure if this is even going to work.
Any help would be appreciated. Tried figuring this out on my own and not having much luck. Basically Text in A1 has USD or CDN or something else, if USD change color of A1 to 5 and the neighbouring cells color changes to 5. (The text not the background). Function ColChange(r1 As Variant) Select Case r1.Text Case "USD" r1.Font.ColorIndex = 5 r1.Offset(1, 2).Font.ColorIndex = 5 Case "CAD" r1.Font.ColorIndex = 3 r1.Offset(1, 2).Font.ColorIndex = 3 Case Else r1.Font.ColorIndex = xlNone r1.Offset(1, 2).Font.ColorIndex = 5 End Select End Function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change color within string? | Excel Discussion (Misc queries) | |||
Change tab color based on current color of a cell | Excel Discussion (Misc queries) | |||
UFD to change color based on string | Excel Programming | |||
change fill color of a range of cells based on color of a cell? | Excel Programming | |||
Browse Forms Controls and change TextBox color based on cell color | Excel Programming |