Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For x = 1 To Blatt.Cells(Rows.Count, "D").End(xlUp).Row
Select Case Blatt.Cells(x, "C").Value Case "critical" Select Case Blatt.Cells(i, "K").Color Case RGB(128, 255, 196) xAnz = xAnz + 1 End Select Case "major" yAnz = yAnz + 1 Case "minor" zAnz = zAnz + 1 End Select Next x Cant i use . Color with this context to count lines with a certain rgb background color ? Thx alot |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change data of entire column from small case to upper case | Excel Worksheet Functions | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
Change the text from lower case to upper case in an Excel work boo | Excel Discussion (Misc queries) | |||
Case Statement error | Excel Programming | |||
Hopefully simple Select Case error | Excel Programming |