Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I'm trying to find the first cell with a font ColorIndex that equals 3 (Red). Then a MsgBox with a comment. This is where I'm at and I don't think my code is finding the cell with red fonts. Sub testfollowup() Dim c As Range For Each c In ActiveSheet.Range("K12:AI10000") If ColorIndex = 3 Then MsgBox "Please make additional corrections" End If Next c End Sub Thank you all for any assistance, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Font.ColorIndex | Excel Programming | |||
Font ColorIndex, Ws Change Event | Excel Programming | |||
Can't set font.colorindex from VBA | Excel Programming | |||
If Font.ColorIndex = 5 then . . . | Excel Programming | |||
Font and Fill ColorIndex | Excel Programming |