+ Reply to Thread
Results 1 to 1 of 1

Print Macro Reducing Page layout the more info gets added to worksheet

  1. #1
    Forum Contributor
    Join Date
    10-02-2013
    Location
    Houston, TX
    MS-Off Ver
    office 365
    Posts
    648

    Print Macro Reducing Page layout the more info gets added to worksheet

    I have a spreadsheet that has Columns from “A thru U” and my rows continue down the sheet depending on the amount of information at any given time. As you add more info going down the column it has formulas that calculate “A thru U”.

    My problem is I have a macro to Print the page (I did not write) when you need to as you go along but my issue is that when I have about 100 entries going down the page it prints fine and keeps the print to about 8 ½ x 11” Portrait and it is easy to read.

    The problem is that as more info gets entered at some point when you print it bunches the spreadsheet much narrower and there is large spacing all around the sheet and make it difficult to read. Can you look at the code and give any suggestions?

    Sub Survey()
    ActiveSheet.PageSetup.PrintArea = Range("A1:U" & Range("b65536").End(xlUp).Row).Address
    Application.Dialogs(xlDialogPrint).Show
    End Sub


    I have included a screen shot of each for you to view.
    Attached Files Attached Files

+ 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. How to only the print area in the page layout view?
    By monarchos in forum Excel General
    Replies: 2
    Last Post: 05-24-2012, 05:30 PM
  2. Replies: 5
    Last Post: 10-01-2009, 05:06 PM
  3. Page breaks added to existing print macro
    By Reesey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-08-2008, 05:28 PM
  4. How do I print a page with a horizontal layout?
    By Bev in forum Excel General
    Replies: 2
    Last Post: 07-27-2006, 09:59 AM
  5. Replies: 0
    Last Post: 07-04-2006, 09:25 PM

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