F
Fan924
Sub New_Color()
ActiveWorkbook.Colors(4) = RGB(255, 0, 0)
End Sub
This works great. It changes color pallet number 4 to red.
When I put 255, 0, 0 in a cell and replace it with a variable, I get
black [not red] or an error message highlighting RGB. Any ideas?
ActiveWorkbook.Colors(4) = RGB(255, 0, 0)
End Sub
This works great. It changes color pallet number 4 to red.
When I put 255, 0, 0 in a cell and replace it with a variable, I get
black [not red] or an error message highlighting RGB. Any ideas?