+ Reply to Thread
Results 1 to 2 of 2

Thread: Excel 2010 charting query

  1. #1
    Registered User
    Join Date
    06-25-2011
    Location
    West Sussex
    MS-Off Ver
    Excel 2010
    Posts
    3

    Excel 2010 charting query

    I am currently using Excel 2010 under Win XP and have created a number of monthly charts. Please would someone be able to advise me if, once these charts have been created, is it possible to change the background colour of all the charts at once instead of having to do every chart manually?

    Regards

    Richard

  2. #2
    Forum Moderator Richard Buttrey's Avatar
    Join Date
    02-15-2008
    Location
    Grappenhall, UK
    MS-Off Ver
    Excel for Windows & Mac - all versions.
    Posts
    6,566

    Re: Excel 2010 charting query

    Hi Richard,

    With a macro

    Sub ChangeChartBackgroundColour()
        Dim ch As Chart
        For Each ch In ActiveWorkbook.Charts
            ch.ChartArea.Interior.ColorIndex = 6 ' change color value as appropriate
        Next ch
    End Sub
    Richard Buttrey

    If this was useful then please rate it appropriately.

    Click the small star icon at the bottom left of my post.

+ 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.2.0