The macro below which which came over from an unknown version of excel does not run. themecolor - tintandshade - patterntintandshade are all problems. Rem Attribute VBA_ModuleType=VBAModule Option VBASupport 1 Sub WhiteReset() ' ' WhiteReset Macro ' ' Keyboard Shortcut: Ctrl+w ' ActiveCell.Range("A1:B1").Select With Selection.Interior .Pattern = xlSolid .PatternColorIndex = xlAutomatic .PatternTintAndShade = 0 End With With Selection.Font .ColorIndex = xlAutomatic .TintAndShade = 0 End With End Sub
marking this as an enhancement, I don't currently have plans to look at this so putting back to default
Created attachment 162626 [details] tintandshade demo file BASIC runtime error. '423' TintAndShade attaching this file containing tintandshade. removing this from the macro makes the macro work just fine