thanks guys, basically, i'm graphing some data that is insanely repetitive.......about 20 worksheets per file, and each worksheet has 2 data series with about 90 points. each data series is actually the average of 4 other series. so basically, on the graph, you can make it so it shows statistical standard error at each point...represented by a vertical line that goes above and below the point. the greater the standard error, the larger the vertical bar.
i know how to do all that.
but when i try to do the macro, it keeps giving me an error, and when i go to debug it...i look at the code and i have no idea what is wrong with the line of code it shows as a problem.
FWIW...i did VB coding back in highschool, as well as other program languages.....so i'm pretty efficient at being able to copy/paste code from a designed macro etc. i just can't figure out what is wrong with this one function. i can get it to graph everything correctly in the macro, i just can't get the standard error to work on the macro.
i'll post some pics in a bit when i get my laptop out with all the data on it.