Lognormal in VBA

D

DaviesL

I'm trying to find a lognormal fuction for MS Access so I can . I
can
see the built-in one in Excel but I don't want to have to use an
Excel
app in my code just to use this worksheet function.

I can find the VBA code for a normal distribution function but I want
to find a coded version of the lognormal function.


Does anybody have any ideas where I can find one?


Cheers
Lee
 
J

Jonathan West

DaviesL said:
I'm trying to find a lognormal fuction for MS Access so I can . I
can
see the built-in one in Excel but I don't want to have to use an
Excel
app in my code just to use this worksheet function.

I can find the VBA code for a normal distribution function but I want
to find a coded version of the lognormal function.


Does anybody have any ideas where I can find one?


Feed lognormal VBA into a Google search and you will come up with several
examples.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top