Range.Shading (Word)
Returns a Shading object that refers to the shading formatting for the specified object.
With Selection.Paragraphs(1).Shading
.Texture = wdTexture12Pt5Percent
.BackgroundPatternColorIndex = wdYellow
.ForegroundPatternColorIndex = wdBlack
End With