+ Reply to Thread
Results 1 to 4 of 4

Finding How many Pages wide the current print area is

  1. #1
    Registered User
    Join Date
    09-17-2013
    Location
    Wales
    MS-Off Ver
    Excel 2007
    Posts
    10

    Finding How many Pages wide the current print area is

    I need to Find the number of pages wide that my current print area is. My document Lists Products in multiple branches and i have set the page breaks to display 3 groups of products per page, the problem I'm have is when I try to fix the width it forces 100% zoom and inserts automatic page breaks every 2 groups which doesn't let me display enough information on the page.

    So I Guess what im trying to do is ensure all the information displayed between the page breaks that have been set by me is displayed on one page.
    Any Help I could get with this would be greatly appreciated.

    Thanks.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Finding How many Pages wide the current print area is

    Maybe:
    Please Login or Register  to view this content.
    ?

  3. #3
    Registered User
    Join Date
    09-17-2013
    Location
    Wales
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Finding How many Pages wide the current print area is

    That's an Interesting Idea. Thanks

  4. #4
    Registered User
    Join Date
    09-17-2013
    Location
    Wales
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Finding How many Pages wide the current print area is

    yudlugar, Thank you for the suggestion.. this is what came off it.


    With ActiveSheet
    Do While .VPageBreaks.Count > 0
    .PageSetup.zoom = .PageSetup.zoom - 1
    ActiveWindow.View = xlPageBreakPreview
    ActiveWindow.View = xlNormalView
    Loop
    End With

+ 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. [SOLVED] Print only current page! Not all 47 pages when print button is pressed?
    By Margate in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-11-2013, 10:06 AM
  2. [SOLVED] Print array code for a series of pages that will also determine print area required?
    By matrixpom in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-04-2012, 11:46 PM
  3. Replies: 2
    Last Post: 02-24-2009, 03:52 PM
  4. [SOLVED] Vb to set print area for dynamic pages
    By Tedd N in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-08-2006, 12:30 PM
  5. Print area will only go up to 101 pages
    By Martc in forum Excel General
    Replies: 1
    Last Post: 06-22-2005, 08:05 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