Results 1 to 11 of 11

Print Macro - Landscape Orientation Graph

Threaded View

  1. #1
    Registered User
    Join Date
    11-24-2011
    Location
    Mansfield
    MS-Off Ver
    Excel 2003
    Posts
    6

    Print Macro - Landscape Orientation Graph

    Hi. I need to print on a landscape piece of A4 a graph (which also needs to fill the entire page). I already have the basic function down.

    Sub PrintChart()
        Sheet4.PageSetup.Orientation = xlLandscape.ChartObjects("Chart 6").Chart.PrintOut
    End Sub
    For some reason, I get 'Invalid Qualifier'. What is the solution to this?
    Last edited by Oliver Rogers; 11-28-2011 at 07:41 AM. Reason: Problem SOLVED

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