+ Reply to Thread
Results 1 to 2 of 2

How to print fitted 1 page width and 1 page tall

  1. #1
    SupperDuck
    Guest

    How to print fitted 1 page width and 1 page tall

    Dear all,

    I can select print area with code. But cannot make the print our.

    But the selected place must fit on 1 page tall &width.

    thanks...


  2. #2
    Ron de Bruin
    Guest

    Re: How to print fitted 1 page width and 1 page tall

    Hi SupperDuck

    Try

    With ActiveSheet.PageSetup
    .Zoom = False
    .FitToPagesWide = 1
    .FitToPagesTall = 1
    .Orientation = xlLandscape
    End With

    --
    Regards Ron De Bruin
    http://www.rondebruin.nl



    "SupperDuck" <[email protected]> wrote in message news:[email protected]...
    > Dear all,
    >
    > I can select print area with code. But cannot make the print our.
    >
    > But the selected place must fit on 1 page tall &width.
    >
    > thanks...
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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