Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello
I am creating a chart and want to be able to change the yvalues depending upon criteria selected in a dropdown box. I have a problem with non-contiguous cells. In my worksheets I want the yvals to be 6 values based upon non-conitguous data e.g. Cells(1,5) Cells(3, 5) Cells(5,7), Cells(7,7) Cells (9,7), Cells(11,7) I need to use the Cells( row, column) format as opposed to Range("E1") for example. When using non-contiguous cells this will work... Set yvals = Worksheets("Sheet 1").Range(Cells(1,5), Cells(5,5)) ActiveChart.SeriesCollection(1).Values = yvals How do i do a similar thing but allow a refernce to non-coniguous cells as described.? I'd be both grateful and interested in learning how this can be done. Any help would be warmly appreciated. By the way, I am using Excel 97... Regards Alex |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting problem in excel 2000 | Excel Discussion (Misc queries) | |||
Excel 2003 Slowness problem in Windows XP | Excel Discussion (Misc queries) | |||
EXCEL FORMAT PROBLEM WHEN SENDING EXCEL SHEET AS MESSAGE BODY IN . | Excel Discussion (Misc queries) | |||
EXCEL 2003 PROBLEM | Excel Worksheet Functions | |||
Staring Excel Problem | Excel Discussion (Misc queries) |