Sub CleanShading() With ActiveDocument.Range.Font.Shading .ForegroundPatternColor = wdColorAutomatic .BackgroundPatternColor = wdColorAutomatic End With End Sub