+ Reply to Thread
Results 1 to 3 of 3

Wish to print entire workbook without page breaks in Excel 2007

  1. #1
    Registered User
    Join Date
    07-06-2017
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    5

    Question Wish to print entire workbook without page breaks in Excel 2007

    I have a workbook with 100 or more worksheets, many of which are very short. I wish to print the entire workbook but without a page break between each worksheet. Using Excel 2007.

  2. #2
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: Wish to print entire workbook without page breaks in Excel 2007

    welcome to the forum

    I am not aware of a way to do what you want without VBA

    Below is a VBA solution which will give you what you want if column widths match up in all sheets
    I cannot think of a way to achieve what you want if column widths differ between sheets

    VBA solution
    - create temporary worksheet
    - copy every sheet into temporary sheet (one below the other)
    - print that sheet
    - delete that sheet

    Put in general module
    Please Login or Register  to view this content.

    EDIT - I added the line Exit Sub so that you can look at the results in temporary sheet while testing
    Last edited by kev_; 07-07-2017 at 03:11 AM.
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  3. #3
    Registered User
    Join Date
    07-06-2017
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Wish to print entire workbook without page breaks in Excel 2007

    I have set all the column widths to match. ie all column A's are the same width, all column B's etc. Then I ran the macro above but it only copied a few rows here and there and missed 99% of the data. Any idea why?

+ 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. Page breaks & Print Area for excel
    By arlu1201 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-24-2011, 03:36 PM
  2. Automatic page breaks excel 2007
    By pugcity in forum Excel General
    Replies: 2
    Last Post: 11-24-2011, 01:55 PM
  3. Insert Page Breaks code different in Excel 2007 and 2010?
    By Iswarya in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-21-2010, 08:59 AM
  4. Excel 2007 page breaks
    By matrex in forum Excel General
    Replies: 4
    Last Post: 04-10-2010, 12:51 AM
  5. Excel 2007 - Page Breaks
    By Paul1975 in forum Excel General
    Replies: 2
    Last Post: 12-16-2009, 09:28 AM
  6. Excel XP - Print Areas - Page breaks
    By vaneagle in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-30-2008, 10:51 PM
  7. How do I move the page breaks in Excel 2007
    By Ozbod06 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-14-2006, 09:10 AM
  8. [SOLVED] How do I print a workbook a continuously (no page breaks)?
    By Resource Directory in forum Excel General
    Replies: 0
    Last Post: 05-27-2006, 08:40 PM

Tags for this Thread

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