+ Reply to Thread
Results 1 to 2 of 2

Printing Multiple Sheets that have a Specified Selection

Hybrid View

  1. #1
    Registered User
    Join Date
    05-08-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    31

    Red face Printing Multiple Sheets that have a Specified Selection

    Hi All,

    I'm using the following code to print a specified selection on a sheet, it works great. But now, I was to be able to use this code on 3 sheets and print all of them @ once.

    Here is the code for the sheet.

    Sub Print_AUR()
    
    'This will print the AUR$ page
    
        Sheets("AUR $").Select
        Range("B28:F28").Select
        Range(Selection, Selection.End(xlDown)).Select
        ActiveSheet.PageSetup.PrintArea = Selection.Address
        Application.Dialogs(xlDialogPrint).Show
    
    End Sub
    Ideally, I could add another sheet called Retail GM into this code so when the user prints it would print both sheets while maintaing the selection.address part. That is very critical.

    Any thoughts? Thanks for everyone's help in advance.
    Last edited by Excel"*"; 12-03-2012 at 11:31 AM.

  2. #2
    Registered User
    Join Date
    05-08-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Printing Multiple Sheets that have a Specified Selection

    Thoughts Anyone?

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