Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Simsjr,
Try: Sub Tester02() Dim Rng As Range Dim myCount As Long On Error Resume Next Set Rng = Columns("A").SpecialCells _ (xlCellTypeAllFormatConditions) On Error GoTo 0 If Not Rng Is Nothing Then myCount = Rng.Count Else myCount = 0 End If MsgBox myCount End Sub --- Regards, Norman "simsjr" wrote in message ... Hello, Anyone know how to make Excel 97 count all the cells in a column and count how many have conditional formatting applied? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNT IF - Conditional Formatting | Excel Discussion (Misc queries) | |||
COUNT CELLS WITH CONDITIONAL FORMATTING | Excel Worksheet Functions | |||
Count and Sum with Conditional Formatting Problem | Excel Worksheet Functions | |||
EXCEL 97: Count Conditional Formatting? | Excel Programming | |||
Count Conditional Formatting | Excel Programming |