Alt,
Thanks for the sympathy bit. I too would prefer to not revisit some of the statstical functions (and their derivations).
I don't believe NevG was asking for the math/translations, as he states " ... but cant produce a bell diagram."
NegV, I have done this often - by sending the data to "Excel" and having Excel do the actual charting. Probably just lazy, but I never did get around to being able to print graphic charts from VB.
My general approach was to setup a named range in the excel workbook on some sheet and the chart on another sheet. (To make sure the chart/graph is correct, I put in some known/dummy data and generate the test chart.) From VB, just fill in the named range with the values. With recalc set on, tevery time you open the workbook, the chart is up to date. Excel will take care of any printout necessary w/o and code at all.
I'm sure that just activating MS Chart from with in VB would work just as well for screen presentation
MichaelRed
redmsp@erols.com
There is never time to do it right but there is always time to do it over