tags:

views:

22

answers:

0

Hello there, I am writing some visual basic code to solve for a solution. In the end I want it to optimize the solution through iterative method which is exactly what the Excel solver does. However I need it in pure VB. The Excel solver relies on cell references which does not work for me :(

My problem has 6 parameters and 1 value to minimize.

Help will be greatly appreciated.