Hi I'm looking to create code for copying certain columns (C to AT) from Sheet1 across all worksheets then skipping worksheets named "Sheet1"

I know that I need to use PasteSpecial method, but I'm having troubles with loop.

Worksheets("Sheet1").Range("A2").Copy
Worksheets("Sheet2").Range("A2").PasteSpecial Paste:=xlPasteFormulas