View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.word.vba.general,microsoft.public.office.developer.vba
cfman cfman is offline
external usenet poster
 
Posts: 36
Default how to find root in Excel/VBA?

Let's say I want to use Newton's root finding method:

I've already programmed my function in VBA,

now I want to use Newton's method to find the root of that function in
VBA...

I am guessing that in Excel it has built-in function to do this,

But what is that root-finding Newton's function and how to use that Excel
built-in function in VBA?

Thanks a lot