Thank you for your reply.
> in the VBA references section, just add a reference to Excel
Where is the VBA reference section and how do I add a reference to Excel?
Thanks again!
"roger" wrote:
> in the VBA references section, just add a reference to Excel, and use your
> excel math
>
> hth
>
>
> "Ac" wrote:
>
> > Hi,
> >
> > We have an Excel calculation sheet to process the calculation for the
> > current project; it is not user friendly now. I try to create interface let
> > user input the required data, and use the queries to do the calculation. Some
> > of the equations in the excel sheet like:
> >
> > 1. A= (((PI()/4)*($F$85^2))*12)/231/42
> > 2.B=
> > SQRT(($F$65^2)*(EXP($F$71))+((15*($F$30^2)*$F$56*$F$69*$F$66*$F$5*(EXP($F$73)-1))/($F$73*(((($F$11-$F$17)^5+2.764^5))))))
> > 3. C=
> > (((70)*($F$29^0.18)*($F$28^0.82)*($F$94^1.84))/($F$85^4.92))*($F$83/1000)
> >
> > Is that possible that Access can handle this calculation? What are the
> > symbols for PI (3.14159...) and SQRT in the Access?
> >
> > I appreciate for your help!
> >
|