Equivalent to choosing Range Analyze Solver..., choosing the Options button from the Solver Parameters dialog box, and choosing the Load Model button in the Solver Options dialog box. Loads Solver problem specifications that you have previously saved on the worksheet.
Syntax
SolverLoad(LoadArea)
LoadArea is a reference on the active worksheet to a range of cells from which you want to load a complete problem specification.
The first cell in LoadArea contains a formula for the Set Cell Box; the second cell contains a formula for the changing cells; subsequent cells contain constraints in the form of logical formulas. The last cell optionally contains an array of Solver option values (see SolverOptions).
Although LoadArea must be on the active worksheet, it need not be the current selection.