+ Reply to Thread
Results 1 to 2 of 2

Thread: Print chosen page code

  1. #1
    Registered User
    Join Date
    08-24-2010
    Location
    Nijmegen, Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    10

    Print chosen page code

    Hello,

    does anybody know the code for printing a single page within a sheet that contains more than one page?

    Jeroen

  2. #2
    Forum Guru TMShucks's Avatar
    Join Date
    07-15-2010
    Location
    Manchester, England
    MS-Off Ver
    MSO 2003 & 2007
    Posts
    6,228

    Re: Print chosen page code

    Record a macro while you undertake the task:

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

    Regards

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0