Try this:
The red part should make this code universal...
Range("C6:AI40").Select
With Selection.Font
.ColorIndex = xlAutomatic
.TintAndShade = 0
End With
With Selection.Interior
.Pattern = xlNone
.TintAndShade = 0
.PatternTintAndShade = 0
End With
Selection.ClearComments
Range("C6:E40,I6:K40,O6:Q40,U6:W40,AA6:AC40,AG6:AI40").Select
Range("AG6").Activate
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
.ThemeColor = xlThemeColorDark1
.TintAndShade = -0.249977111117893
.PatternTintAndShade = 0
End With
Range("C6:AI40").Select
Selection.Copy
Dim shN As Integer
shN = ActiveSheet.Index
Sheets(shN + 1).Range("C6").PasteSpecial
Application.CutCopyMode = False
Range("A1:B1").Select
Bookmarks