Sub 宏1()
'
' 宏1 宏
'
'
'Cells(7, 2).Interior.ColorIndex
Worksheets("sheet1").Range("B1").Value = InteriorColor(Range("G2"))
End Sub
Function InteriorColor(CellColor As Range)
Application.Volatile
InteriorColor = CellColor.Interior.Color
End Function
因篇幅问题不能全部显示,请点此查看更多更全内容