Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You are welcome
Simple is always good. -- Gary''s Student - gsnu200725 "J@Y" wrote: Great simple solution. Thanks. "Gary''s Student" wrote: Sub colortest() If ActiveCell.Interior.ColorIndex = xlNone Then MsgBox ("not colored") Else MsgBox ("colored") End If End Sub -- Gary''s Student - gsnu200725 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rename selected (highlighted) sheet with cell contents of sheets in cell A1 | Excel Programming | |||
Checklist for testing code? | Excel Programming | |||
unit testing code using vba | Excel Programming | |||
Testing code for oldest version... | Excel Programming | |||
testing the state of a checkbox in vba code | Excel Programming |