Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In article ,
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ChartString = ActiveChart.SeriesCollection(1).Formula -- Kaak ------------------------------------------------------------------------ Kaak's Profile: http://www.excelforum.com/member.php...fo&userid=7513 View this thread: http://www.excelforum.com/showthread...hreadid=479373 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ah, thanks!
"Tushar Mehta" wrote: In article , 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In article ,
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RETREIVING THE SMALLEST NUMBER | Excel Worksheet Functions | |||
Dead links retreiving data? | Links and Linking in Excel | |||
Retreiving a sheet by entering a value on a cell | Excel Discussion (Misc queries) | |||
Retreiving TABNAME from within a spreadsheet | Excel Discussion (Misc queries) | |||
Retreiving info from a web page table | Excel Programming |