Hello,
I have the following code which is 99% working as intended
Sub ThreeSheets()
'Turn off screen updating
Application.ScreenUpdating = False
'Make the hidden worksheets unhidden so I can copy them
Worksheets("April Performance").Visible = True
Worksheets("May Performance").Visible = True...