Hello Everyone,

The below macro was working with no problem at all but for some reason no longer works?
Nothing has changed and I am now wondering if there is a more reliable way of writing this macro?

The only thing that I can think that has changed is that the date has changed from one month to the next?
This seems a bit odd but I really cannot think of what else could have caused this to change?

Sub PrintPageSix()
ActiveWindow.SelectedSheets.PrintOut From:=11, To:=11, Copies:=1, Collate _
:=True
End Sub

Thank you very much for any help.

Margate