About 28,400 results
Open links in new tab
  1. How do I print only certain columns? | MrExcel Message Board

    Mar 23, 2004 · Hi, I need to know how to print only certain columns. The catch is that I want to print only on one page and when simply using the print area specification, It prints on multiple …

  2. excel macro to print certain columns | MrExcel Message Board

    Oct 3, 2013 · The three columns fit in portrait style. The macro must thus first determine the last row of the longest column with data and then print i.e Lets say column F has 20 rows of data, …

  3. VBA/Macro Print selected columns in a table - MrExcel

    Dec 30, 2020 · Hi all, I have a table that I would like to be able to set up a print button to print only certain columns. As the seasons change we change the fruit we supply. and when I type YES …

  4. Excel: Is There a Way to Make a Sheet with Only a Few Cells and …

    Jul 28, 2025 · When the rows or columns have a different height, you need a different method for determining the current row height or column width. One of my favorite tricks is to click on the …

  5. Printing Non-adjacent columns | MrExcel Message Board

    Feb 18, 2002 · When I go to print preview it shows each column on a separate page. I've gone to pagebreak preview but I can't move the columns next to eachother. I only want those 2 non …

  6. Solved!!!Print only rows with data | MrExcel Message Board

    Aug 19, 2002 · How do I set a sheet to print via macro but only print say Sheet 7, Range A1:Q1500 if cells contain data. Empty cells should not be printed. This message was edited by …

  7. VBA Code to print rows containing a specific value in Column A

    Jan 17, 2020 · My spreadsheet size is columns A:KA and rows 1 through 724. With page formatting, I have 276 pages if I was to print the full spreadsheet. I used the code and it is …

  8. Prevent certain column to print on paper - MrExcel

    Nov 25, 2022 · Hello !! How do I set certain columns to prevent printing on paper but have to be visible on an excel sheet? Please see attached image, I want the column containing the word …

  9. How do I print only certain columns when the whole ... - MrExcel

    Sep 26, 2017 · How do I print only certain columns when the whole spreadsheet gets highlighted? eolona Sep 26, 2017 columns highlighted print spreadsheet E

  10. Macro to assign to print button with specific criteria - MrExcel

    Aug 16, 2024 · Hi all, I'm in need of VBA code that I can assign to a print button to print with certain criteria. I can create the button and assign a macro, no problem...