+ Reply to Thread
Results 1 to 3 of 3

Print out macro

  1. #1
    Registered User
    Join Date
    02-06-2010
    Location
    Copenhagen Denmark
    MS-Off Ver
    Excel 2007
    Posts
    10

    Print out macro

    I have a command button in sheet two which I want to use to print out sheet one.
    I got this code but it needs to be completed a little...

    Application.Dialogs(xlDialogPrint).Show

    What is the solution?

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Print out macro...

    Hello Max30,

    To print out the active sheet use this code...
    Please Login or Register  to view this content.
    To print a specific worksheet then specify the worksheet by name...
    Please Login or Register  to view this content.
    The Worksheet PrintOut function has this syntax. All argument s are optional.
    PrintOut([From], [To], [Copies], [Preview], [ActivePrinter], [PrintToFile], [Collate], [PrToFileName])
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    02-06-2010
    Location
    Copenhagen Denmark
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Print out macro...

    It doesn't work at all, I just get the Error 9 message (subscript out of range).

    I used this code:

    Private Sub CommandButton_Click()

    Worksheets("Sheet1").PrintOut

    End Sub

    My intention is to:
    1) Click the command button in sheet 2 (print dialogue window opens)
    2) Select printer and number of copies manually
    3) Print out sheet 1

    I used this before but it printed out the wrong sheet:
    Application.Dialogs(xlDialogPrint).Show
    Last edited by Max30; 02-09-2010 at 10:10 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.6.0 RC 1