Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sweet, thanks a lot works great, just did a small modification.
If ActiveCell.Offset(-1, 0).Interior.ColorIndex = xlNone Then ActiveCell.EntireRow.Interior.ColorIndex = 15 Else ActiveCell.EntireRow.Interior.ColorIndex = xlNone End If Les Stout *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Shading alternate "groups" of rows? | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Any IF(A2=font color=red", "1", "0") in excel? Or a way to do it? | Excel Discussion (Misc queries) | |||
set "value if true" to "fill cell with color" | Excel Programming |