]Function sumRangeColor(iObrazets, iDiapazon) As Double
iColor = iObrazets.Interior.ColorIndex
For Each iCell In iDiapazon
If iCell.Interior.ColorIndex = iColor Then
If IsNumeric(iCell) = True Then
sumRangeColor = sumRangeColor + iCell
End If
End If
Next
End Function
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 93