1) How do I get the color of a cell using an Excel Macro? I couldn\'t get this function work:
Sub BGCol(MRow As Integer, MCol As Integer) bgColor = Cells(M
Function GetColor(Mycell As Range) GetColor = Mycell.Interior.ColorIndex End Function
:::Use Formula:: =getcolor(x4)