The workbook I’m fighting with displays all the steps of a fund value by computing a dozen of monthly complex operations during say 100 years.
I can manually use “goal seek” in order to guess the initial contribution in order to get a precise amount at a given year.
When I manually use goal seek, the target cell (goal) is perfectly reached.
When I use a macro with exactly the same parameters, the iterations apparently stop a little bit before reaching the set goal!
If I compare the manual and the macro results, the difference of the final value observed in the changing cell is not that big (about 3 per thousand) but it is big enough to provide me with a very wrong result regarding the goal…
What I would like to understand is the difference between the VBA “goal seek” method and the “Goal seek” tool.
Is there for example an iterations default setting I missed somewhere?
Thanks for your help