+ Reply to Thread
Results 1 to 2 of 2

Specific print settings in macro

  1. #1
    Registered User
    Join Date
    05-11-2010
    Location
    A far away land
    MS-Off Ver
    Excel 2003
    Posts
    38

    Question Specific print settings in macro

    I am trying to print data on one sheet of paper. It will print on 9 sheets unless I change the print setting to print 9 pages on one sheet. Can I specify the sheets printed per page in the macro? What is the identifier I would use.


    Please Login or Register  to view this content.


    Thanks
    Last edited by Rodeoclown; 06-17-2010 at 02:45 PM.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Specific print settings in macro

    Hello Rodeoclown,

    The macro recorder doesn't always set all of the properties for you. In this case, the two properties you need to set are .FitToPagesTall and .FitToPagesWide. If you set the .Zoom property, it will override these two property settings. In VBA code it is rare to have to select and object before an action can be preformed. I have condensed the code by not selecting objects unnecessarily.
    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

+ 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