Hello beerbud89,
There is a way, but it is quite tidious (personnaly, i like your graphs the way they are).
Anyway, to change your 3rd graph, and take only positive data, one way is to recreate new array of values (here called XValues2 and Values2) and build a loop similar to the following:
In this code, i am assuming that you want to do this for your last column (the one you put in XValRange.offset(0,8)).
Dont forget to do the same thing for your SeriesCollection(1) values.
Then, when building your graph, use the XValues2 and Values2 array to populate them.
Have fun !
Bookmarks