• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

print copy

Hi, kalpeshpatel!

Try this:

Sub AnotherWeirdMacro()

ActiveWindow.SelectedSheets.PrintOut From:=1, To:=1, Copies:=2, Collate:=True, IgnorePrintAreas:=False

End Sub

Regards!
 
Back
Top