I'm curious if you can try this and let me know what happens...
The biggest question is what the messagebox says... how many sheets does it say vs how many do you get?Code:Sub PrintMe() With Worksheets("Generic") MsgBox "I should be printing pages 1 to " & .Range("Z1").Value, vbOKOnly + vbInformation .PrintOut From:=1, To:=.Range("Z1").Value, Copies:=1 End With Worksheets("MAINSHEET").Select End Sub



Reply With Quote


Bookmarks