Jack
Member
Does anyone know the RGB colour code for the stadard macro button (ie CommandButton) by any chance?
I am trying to match a cell to this colour but after a lot of searching have struck out. I just wanted to use in this simple little macro.
Sub FillColourtoMacroButton()
ActiveCell.Interior.Color = RGB(?, ?, ?)
End Sub
Thanks for any suggestions.
I am trying to match a cell to this colour but after a lot of searching have struck out. I just wanted to use in this simple little macro.
Sub FillColourtoMacroButton()
ActiveCell.Interior.Color = RGB(?, ?, ?)
End Sub
Thanks for any suggestions.