Exact Copy Multiple Cells without changing formula reference Auto Create References to Multiple Sheets Insert Bullets, Check Boxes and more.Select Duplicate or Unique Rows Select Blank Rows (all cells are empty) Super Find and Fuzzy Find in Many Workbooks Random Select.Merge Cells/Rows/Columns without losing Data Split Cells Content Combine Duplicate Rows/Columns.Super Formula Bar (easily edit multiple lines of text and formula) Reading Layout (easily read and edit large numbers of cells) Paste to Filtered Range.Reuse: Quickly insert complex formulas, charts and anything that you have used before Encrypt Cells with password Create Mailing List and send emails.The Best Office Productivity Tools Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%
#How do you change print area in excel full#
Full feature free trial 30-day, no credit card required! Get It Nowĭemo: only show print area in a worksheet in Excel Kutools for Excel- Includes more than 300 handy tools for Excel.
But this method will select all print areas in current worksheet. Note: If you can’t find out the print area quickly, you can press F5 key to open the Go To dialog box, select the print area name and click the OK button as below screen shot shown. Step 1: Select the print area in current worksheet. Full feature free trial 30-day, no credit card required! Free Trial Now! If you have Kutools for Excel installed, its Set Scroll Area utility will help you only show a print area in current worksheet easily. Only show print area with Kutools for Excel’s Set Scroll Area utility If xLastRng.Row Unhide All Ranges utility. Range(.Cells(1, 1), xFirstRng(1, 0)).EntireColumn.Hidden = True Range(.Cells(1, 1), xFirstRng(-0, 1)).EntireRow.Hidden = True Set xLastRng = xPrintRng.Cells(xPrintRng.Count) VBA: Only Show Print Area in Current Worksheet Public Sub HideAllButPrintArea()
#How do you change print area in excel code#
Step 2: Click Insert > Module, and then paste following VBA code into the module window: Step 1: Press the Alt + F11 keys simultaneously to open the Microsoft Visual Basic for Applications window. To hide non-printing area completely in Excel, you can try VBA macro.