View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mauro mauro is offline
external usenet poster
 
Posts: 19
Default How I calculate an integral in VBA for excel

I am traing to calculate an integral of a function obtained from a x-y chart
using a serie of xi, yi experimental data. Exist a code for VBA that permits
to obtain a function of a serie of data and evaluet its integral value for
each xi, whit a good precision ? I am a not experienced VBA programer. Thks