Under PageSetup
..CenterHeader = "&""Arial,Bold""&12CW" + CalWk
I am getting a Type Mismatch when running this line of code.
A earlier line of code,
CalWk = Range("B1").Value
picks up the calendar week number from the worksheet.
When the line tries to run CalWk = 3
Any Help would be appreciated,