VB Code for background color

R

Ron de Bruin

Hi K483

Use your macro recorder to record the code

With Selection.Interior
.ColorIndex = 6
.Pattern = xlSolid
End With
 
Top