Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I am trying to change the color of a row (A:X) when different conditions are met. 1st condition: A and B are both empty. The row from A to X gets InteriorIndex = 19 Border lines get also get ColorIndex = 19 2nd condition: D ="" and H = "Nancy" The row from A to X gets InteriorIndex = 6 Border lines get also get ColorIndex = xlAutomatic 3rd condition: D = "" (H = anything else) The row from A to X gets InteriorIndex = 39 Border lines get also get ColorIndex = xlAutomatic 4th condition: D "" and E F (if D is not empty there will always be either an E or an F) The row from A to X gets InteriorIndex = 37 Border lines get also get ColorIndex = xlAutomatic 5th condition: D "" and FE The row from A to X gets InteriorIndex = 38 Border lines get also get ColorIndex = xlAutomatic I tried to use the Conditional Formatter, but it only does 3 conditions. Could someone show me how this can be done? TIA -Minitman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change tab colors via programming | New Users to Excel | |||
Excel bar chart formatting of bars to change colors as data change | Excel Discussion (Misc queries) | |||
change colors | Setting up and Configuration of Excel | |||
macro used to change colors | Excel Worksheet Functions | |||
How do I use VBA to change line colors | Charts and Charting in Excel |