Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook that has dropdowns with Yes and No answers.
Is there a way to select a range of cells in another worksheet (some of which may be merged) and Format those cells with a patter based on a Yes or No answer in another worksheet? I ran a macro to do it and got this but I don't know what to do with it or how to correlate it with say, Requestor!B10 (example). Sub ShadeCell() Range("B15:V18").Select With Selection.Interior ..ColorIndex = 2 ..Pattern = xlGray25 ..PatternColorIndex = xlAutomatic End With End Sub Thank you in advance. Rusty |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shading Cells based on Date | Excel Worksheet Functions | |||
Is there a way to add cells based on their shading / fill colour? | Excel Discussion (Misc queries) | |||
Conditional Cell Shading (based on the shading of other cells) | Excel Worksheet Functions | |||
Automatic shading of cells based on dates??? | Excel Worksheet Functions | |||
Apply cell shading based on adjacent cells in EXCEL | Excel Worksheet Functions |