Results 1 to 8 of 8

Save as PDF; fit sheet on one page

Threaded View

  1. #1
    Forum Contributor
    Join Date
    11-20-2014
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    177

    Save as PDF; fit sheet on one page

    Hello,

    I have this code which works:

    Sub printPDFSave()
    Dim rng As Range
    Dim fPathFile As String
    
        Set rng = [PDFRange]
        fPathFile = [pdfPathFile]
        rng.ExportAsFixedFormat Type:=xlTypePDF, Filename:=fPathFile, quality:=xlQualityStandard, _
            includedocproperties:=True, ignoreprintareas:=True, openafterpublish:=True
        
        
    End Sub
    the range and pathfile I have defined as names in the name manager.

    The only problem now is that the range is too big to fit on one page so when I use the code I get a saved file which consists of 4 pages.
    How can I add the option "Fit sheet on one page"?
    Last edited by Gaellus; 08-29-2017 at 06:27 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] VBA save sheet as PDF, fit to one PDF page, loop
    By wannabeexcelguy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-23-2015, 03:24 PM
  2. Get total pages per sheet and set page numbers in page footer by formula
    By Snoopy2003 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-13-2013, 04:00 PM
  3. Pausing Macro to save sheet as web page
    By windme in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-17-2010, 04:12 PM
  4. Macro to save sheet with same page breaks as original
    By SilverFox in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-18-2009, 08:20 AM
  5. Save As... / Save as Web Page... how to differentiate?
    By Jörgen Ahrens in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2006, 03:00 AM
  6. [SOLVED] How do I save one page out of a 80 page report in excel?
    By bellamere in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-15-2006, 04:30 PM
  7. Save a page to a specific sheet
    By carkoe in forum Excel General
    Replies: 1
    Last Post: 12-19-2005, 10:43 AM

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