Is there any way to solve a problem within VBA without actually calling the excel solver function ? For example
f (a,b,c,d) = a^(1/2) + b^(1/3)+c^(1/4)+d(1^5)-5
f(a,b,c,d) should be 0 by changing the parameters a,b,c,d.
I know this can be done using solver, but I can not figure out the logic within VBA.
Thanks
f (a,b,c,d) = a^(1/2) + b^(1/3)+c^(1/4)+d(1^5)-5
f(a,b,c,d) should be 0 by changing the parameters a,b,c,d.
I know this can be done using solver, but I can not figure out the logic within VBA.
Thanks