zealousteedo
New Member
- Joined
- Feb 15, 2010
- Messages
- 6
i've create a VBA code that uses Solver several times to optimize four values on my spreadsheet (the location of the four values does not change). The solver only requires calculations on a certain number of rows (say 1-200), but changing the four variables will recalculate the entire spreadsheet (thousands of rows). Each time the solver is run, sequentially, the required section of row calculation moves down the spreadsheet.
Is there a way for solver to calculate ONLY the rows required for optimization, and leave the others untouched until they are needed during later optimizations? this would greatly speed up my macro.
Any help would be appreciated.
Is there a way for solver to calculate ONLY the rows required for optimization, and leave the others untouched until they are needed during later optimizations? this would greatly speed up my macro.
Any help would be appreciated.