+ Reply to Thread
Results 1 to 5 of 5

retreiving the range of a graph

  1. #1
    Arne
    Guest

    retreiving the range of a graph

    I have a number of X,Y-charts on a worksheet, which represent data on another
    sheet in the same workbook. How can I establish (using VBA, of course) which
    range corresponds to each series of a chart? TIA,

    Arne

  2. #2
    Forum Contributor
    Join Date
    03-24-2004
    Location
    Edam Netherlands
    Posts
    181
    ChartString = ActiveChart.SeriesCollection(1).Formula

  3. #3
    Tushar Mehta
    Guest

    Re: retreiving the range of a graph

    In article <[email protected]>,
    [email protected] says...
    > I have a number of X,Y-charts on a worksheet, which represent data on another
    > sheet in the same workbook. How can I establish (using VBA, of course) which
    > range corresponds to each series of a chart? TIA,
    >
    > Arne
    >

    Adapt John Walkenbach's code at
    http://www.j-walk.com/ss/excel/tips/tip83.htm

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

  4. #4
    Arne
    Guest

    Re: retreiving the range of a graph

    Ah, thanks!

    "Tushar Mehta" wrote:

    > In article <[email protected]>,
    > [email protected] says...
    > > I have a number of X,Y-charts on a worksheet, which represent data on another
    > > sheet in the same workbook. How can I establish (using VBA, of course) which
    > > range corresponds to each series of a chart? TIA,
    > >
    > > Arne
    > >

    > Adapt John Walkenbach's code at
    > http://www.j-walk.com/ss/excel/tips/tip83.htm
    >
    > --
    > Regards,
    >
    > Tushar Mehta
    > www.tushar-mehta.com
    > Excel, PowerPoint, and VBA add-ins, tutorials
    > Custom MS Office productivity solutions
    >


  5. #5
    Tushar Mehta
    Guest

    Re: retreiving the range of a graph

    In article <[email protected]>,
    [email protected] says...
    > Ah, thanks!
    >

    You are welcome.

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

+ 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