Hi
This is to set the font color to white:
Or:![]()
Range("B" & i).Font.Color = vbWhite
You can also use colorindex, but I don't know by heart what the colorindex for white is.![]()
Range("B" & i).Font.Color = rgb(255,255,255)
Hi
This is to set the font color to white:
Or:![]()
Range("B" & i).Font.Color = vbWhite
You can also use colorindex, but I don't know by heart what the colorindex for white is.![]()
Range("B" & i).Font.Color = rgb(255,255,255)
Greetings,
Cheetahke
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks