Hi,
I have the following code to print pages 1 and 2 of any sheet named with a 4-digit number ...
For Each ws In ThisWorkbook.Worksheets
If ws.Name Like "#####" Then
ws.Range("P22:U22").Font.Color = vbWhite
ws.Range("P22:U22").Interior.Color = vbWhite...