+ Reply to Thread
Results 1 to 4 of 4

Need to print from a specific printer on network

  1. #1
    Forum Contributor
    Join Date
    04-18-2013
    Location
    utah
    MS-Off Ver
    2010
    Posts
    668

    Need to print from a specific printer on network

    I have several printers is there VBA to print from a specific printer? I use different printers for different things.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Need to print from a specific printer on network

    Try the attached file (which includes macros)
    Clicking the button displays a form that lists all available printers.

    That macro attempts to print a range named: PrintRange1
    (to avoid conflicts with Excel's default name of Print_Area)

    Is that something you can work with?
    Attached Files Attached Files
    Last edited by Ron Coderre; 11-12-2015 at 04:05 PM.
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Contributor
    Join Date
    04-18-2013
    Location
    utah
    MS-Off Ver
    2010
    Posts
    668

    Re: Need to print from a specific printer on network

    Not really, the sheets all have print buttons and I need to write the code to printer to the correct printer. See each sheet prints to a very specific printer in the building.

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Need to print from a specific printer on network

    Then you might be able to use a variation of this in your printing routine:

    Range(reference to the range to be printed).PrintOut ActivePrinter:=Enter the name of your printer here

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. print to Specific shared printer.
    By redouane in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-04-2015, 07:25 AM
  2. Replies: 0
    Last Post: 05-04-2015, 03:40 AM
  3. Print to specific network printer from multiple computers
    By daj38 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-02-2015, 03:54 PM
  4. How to set command button to print to specific network printer
    By sspreyer in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-21-2013, 12:20 AM
  5. Use VBA to print to a specific printer
    By rkjudy in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-25-2011, 09:38 PM
  6. Print to a specific printer
    By Rodeoclown in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-17-2010, 05:22 PM
  7. Macro to Print to specific printer
    By nsorden in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-15-2009, 12:20 PM

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