• Print Selection Range (XP)

    • This topic has 7 replies, 3 voices, and was last updated 21 years ago.
    Author
    Topic
    #404201

    I normally use QuattroPro and I when I have selected a range of cells I want printed and go to the print menu, “print the selected cells” is automatically chosen. However, in Excel I have to expressly click that choice. Is there a way to make Excel default to the range selected when printing as QuattroPro does?

    Thanks!

    Viewing 0 reply threads
    Author
    Replies
    • #820460

      As far as I know, I know of no way to change the default in excel.

      You could create macro in your personal.xls (see post 118382 for LegareColeman‘s tutorial ) with the code:

      Sub PrintSelection()
          Selection.PrintOut
      End Sub

      and then attach it to a toolbar button and add it to a toolbar (next to the regular print button perhaps) and when you clicked on this it would print just the selection.

      Steve

      • #820465

        Thanks, Steve. I’ll tackle that today. Haven’t done all that much with macros in Excel so this ought to be fun. groan

        Peggy

        • #820491

          You could also permanently put the “Set Print Area” icon to the ToolBar; that will get you down to two clicks, but may also require that you reset the Print Area for “publishing”. View |Toolbars |Customize | Commands | from the Categories box select File, then in the Commands Box scroll down to Set Print Area, drag the icon onto the TB.

        • #820492

          You could also permanently put the “Set Print Area” icon to the ToolBar; that will get you down to two clicks, but may also require that you reset the Print Area for “publishing”. View |Toolbars |Customize | Commands | from the Categories box select File, then in the Commands Box scroll down to Set Print Area, drag the icon onto the TB.

      • #820466

        Thanks, Steve. I’ll tackle that today. Haven’t done all that much with macros in Excel so this ought to be fun. groan

        Peggy

    Viewing 0 reply threads
    Reply To: Print Selection Range (XP)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: