Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Madhart wrote:
Sorry If I'm posting in the wrong place. I'm trying to set up some shading macro's or rules for an excel page (excel 2003) and running into a little difficulty. I set up a macro to put in a light shading to make everything easy on the eyes every even number row: Range( _ "A8:S8,[through],A94:S94" _ ).Select With Selection.Interior .ColorIndex = 24 .Pattern = xlSolid .PatternColorIndex = xlAutomatic End With Range("G4:M4").Select End Sub I also created one to remove the shading. however, I also have a macro to add a mandatory and needed shading of: With Selection.Interior .ColorIndex = 2 .Pattern = xlLightUp .PatternColorIndex = xlAutomatic End With End Sub This shading will be in random cells and change day by day but needs to stay. My question is: Is there any way to create an exception so that if there are any cells that have the .ColorIndex = 2/.Pattern = xlLightUp shading in them then the other shadings/or removal won't overwrite them but instead leave them and continue filling in the rest of the cells? Thanks :) Not sure if this will help or not but I've found this freebie very helpful. One of the functions it has it to shade every nth line. http://www.asap-utilities.com/ Standard disclaimer: not associated with or receive money from yada yada gls858 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro's | Excel Discussion (Misc queries) | |||
Conditional Cell Shading (based on the shading of other cells) | Excel Worksheet Functions | |||
Hide Macro's in Toolbar / Macro's list | Excel Discussion (Misc queries) | |||
shading a rowwhen a time is entered but no shading when 0 is enter | Excel Worksheet Functions | |||
Macro's that do more | Excel Discussion (Misc queries) |