Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this simple function to capture back ground color of a cell.
Function BGCol(refRange As Range) BGCol = refRange.Interior.ColorIndex End Function I want to convert this to an array function where that array can store colorindex for all the cells in a specified range and then i can use it in a sumproduct formula to fins cells with a certain color. Any help or direction appreciated. Best, RK |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Redimming an array dynamically assigned from range (how to redim first dimension of a 2-D array? /or/ reverse the original array order) | Excel Programming | |||
array formula in macro | Excel Programming | |||
formula array in a macro | Excel Programming | |||
How to use an array function in a macro | Excel Programming | |||
Macro to sum array by date | Excel Worksheet Functions |