Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi I'm trying to make a macro which will sum all the cells which have a special interior color. However I don't know how to sum these cells. I will also need to check if the Cell contains a number (ISNUMBER). Do anyone know how I can do this, As always thanks. For Each Cell In Selection On Error Resume Next If Cell.Interior.ColorIndex = 36 Then If Cell = ISNUMBER then End if End If Next Cell -- Ctech ------------------------------------------------------------------------ Ctech's Profile: http://www.excelforum.com/member.php...o&userid=27745 View this thread: http://www.excelforum.com/showthread...hreadid=500327 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lock cells based on interior color | Excel Discussion (Misc queries) | |||
interior color of a cell | Excel Programming | |||
Passing Back Color to Interior Color | Excel Programming | |||
oRange.Interior.Color | Excel Programming |