Guzzlr
Well-known Member
- Joined
- Apr 20, 2009
- Messages
- 982
- Office Version
- 2021
- Platform
- Windows
Code:
Range("B4:F4").Select
With Selection
.Interior.ColorIndex = 1
.Font.Name = "Calibri"
.Font.Size = 12
.Font.ColorIndex = 0
End With
Hello All,
I'm trying to write a simple code that will turn range B4:F4 Fill to Black, but the font to white, so it will show in the black field. I'm having trouble turning the font to white. Everything else is working.
Thanks for the help
excel 2013