Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you want to count the number of different colors? If so,
Dim Coll As New Collection Dim Rng As Range On Error Resume Next For Each Rng In Range("A1:A10") Coll.Add Rng.Interior.Color, CStr(Rng.Interior.Color) Next Rng Debug.Print "Different Colors: " & Coll.Count Otherwise, post back with more details. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "scott" wrote in message ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compiling macro based on cell values | Excel Discussion (Misc queries) | |||
UDF is updateing cells on another sheet with count from current sheet. | Excel Discussion (Misc queries) | |||
Count Cells if diff cell meets conditions | Excel Worksheet Functions | |||
count cell if value present in every other cell + criteria | Excel Worksheet Functions | |||
How to count how many cells a linked cell group occupies | Excel Worksheet Functions |