November 11th, 2004, 11:01 am
If you're doing this dynamically (ie without a range), you'd have to build a helper function for this. To assign values to a Series, you can use Series.Values = "={val1,val2,val3}". Since you've got 5 columns, you'd have n vals in each series, and 5 series, so if you wanted to use this method, you'd have to build a string for this formula...