+ Reply to Thread
Results 1 to 8 of 8

Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

  1. #1
    Registered User
    Join Date
    03-24-2016
    Location
    Fort Collins, CO
    MS-Off Ver
    2010
    Posts
    8

    Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

    Right now every time I open an excel file (we have thousands) the print dialog box defaults to print active sheets.

    Well I need to print something on the second sheet - how do I either ACTIVATE both sheets always without an extra step OR change the default in the print box to PRINT ENTIRE WORKBOOK for all jobs moving forward without having to change it manually each time?

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

    There is no "setting" I know of to make the edit you're looking for. But it can be worked around. You can create a macro and store it in your PERSONAL.XLSB file so it's available all the time.

    Please Login or Register  to view this content.
    When you run that macro it will instantly print the entire workbook.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

    How/Where to install the macro:

    1. Open up your workbook
    2. Get into VB Editor (Press Alt+F11)
    3. Look on the left and find your PERSONAL.XLSB project, then doubleclick to select it.
    4. Insert a new module (Insert > Module)
    5. Copy and Paste in your code (given above)
    6. Get out of VBA (Press Alt+Q)
    7. Close Excel completely and say "yes" when it offers to save your updated PERSONL file.
    8. When you next open Excel, that macro will be available.

    The macro is installed and ready to use. Press Alt-F8 and select it from the macro list.
    Or try adding a button to your toolbar connected to that macro for click-ease.

  4. #4
    Registered User
    Join Date
    03-24-2016
    Location
    Fort Collins, CO
    MS-Off Ver
    2010
    Posts
    8

    Re: Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

    So in other words I still have to push some MACRO button before it will work?

    If I was willing to push a button every time why wouldn't I just push the PRINT ALL WORKBOOKS button?

    I need this to work automatically when any user opens it to print the whole workbook OR both sheets without any extra steps on their part.
    Last edited by thcguy12; 03-28-2016 at 06:44 PM.

  5. #5
    Registered User
    Join Date
    03-24-2016
    Location
    Fort Collins, CO
    MS-Off Ver
    2010
    Posts
    8

    Re: Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

    If there was a way to add a PRINT ALL button to the top of my computer AND my associates computer that might work but he won't push ALT F8 every time - I know he wont.

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

    I'm offering a you a solution that in the end should be even shorter than your original ask, which would still be multiple steps even if the intermediate print dialog was already set to Print Workbook.

    A single click macro is far fewer steps than you currently have to open the print window, change to Print Workbook (or not), and click Print.

    You could install the macro into the workbook itself and assign a hotkey, like CTRL+P.
    Last edited by JBeaucaire; 03-28-2016 at 06:52 PM.

  7. #7
    Registered User
    Join Date
    03-24-2016
    Location
    Fort Collins, CO
    MS-Off Ver
    2010
    Posts
    8

    Re: Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

    Maybe I am not understanding.

    I added the Macro. I then added a button to my toolbox. When I hit that button it does not start printing (step1). It opens up another dialog box that asks me to run the macro (step 2).

    The old way of doing it would be to change the print box to ENTIRE WORKBOOK (step 1) and then hit the print button (step 2).

    So I am not seeing where this saves time.

    I am dull when it comes to this - I am probably missing something - should it just start printing when I hit something - I would like it to be a ONE STEP print all of workbook situation - does that make sense?

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Want PRINT ENTIRE WORKBOOK to be the default every time - how do I change that?

    Interesting. When I run that macro the currently active workbooks prints out with no dialog.

+ 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. Replies: 2
    Last Post: 08-29-2016, 01:36 PM
  2. Replies: 3
    Last Post: 07-27-2006, 01:50 PM
  3. Replies: 0
    Last Post: 07-27-2006, 12:45 PM
  4. [SOLVED] CHANGE DEFAULT PRINT TO SELECTION INSTEAD OF ACTIVE WORKSHEET
    By FRED SMITH in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 06-27-2006, 02:45 PM
  5. [SOLVED] Print entire workbook
    By dr. carol in forum Excel General
    Replies: 4
    Last Post: 05-28-2006, 09:25 PM
  6. Set 'Print Entire Workbook' as default?
    By Mike in forum Excel General
    Replies: 0
    Last Post: 04-05-2006, 04:30 PM
  7. Replies: 1
    Last Post: 10-27-2005, 06:00 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