#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Solver

I have over 100 cells in a workbook that require Solver to update my
solution. I am doing each one manually. Is there a Solver function that will
automate this process. I want to automatically recalculate with each change
to a worksheet.
--
Dave
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Solver

I have a Solver model that updates 360 cells. But to give any meaningful
help, we would need to know more about your model
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"LaRue" wrote in message
...
I have over 100 cells in a workbook that require Solver to update my
solution. I am doing each one manually. Is there a Solver function that
will
automate this process. I want to automatically recalculate with each
change
to a worksheet.
--
Dave



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default Solver

If you look at how solver sets models, you can use that information to
set it up programmatically, then load the model from this range you
make.

The range is in a single column. First cell points to the value to
solve. Second cell contains the addresses of values to change. After
this, the constraints are listed in as many cells as needed. Finally,
you have an array in this order:

{max_time, iterations, precision, tolerance, assume_linear,
show_iteration, auto_scaling, estimates, derivatives, search,
convergence, assume_nonnegative}

Note that estimates, derivatives, and search options are listed as 1
or 2 (respectively for top and bottom option). The checkbox options
are stored as TRUE or FALSE.

For doing it via VBA, see this:

http://support.microsoft.com/kb/843304


On Nov 16, 12:59 am, LaRue wrote:
I have over 100 cells in a workbook that require Solver to update my
solution. I am doing each one manually. Is there a Solver function that will
automate this process. I want to automatically recalculate with each change
to a worksheet.
--
Dave


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Solver Help brownti via OfficeKB.com Excel Worksheet Functions 9 July 2nd 07 05:08 PM
SOLVER ADD IN Carl Excel Discussion (Misc queries) 2 September 15th 06 05:22 PM
Interesting Solver problem (Solver encounters an error) MrShorty Excel Discussion (Misc queries) 3 December 22nd 05 10:52 PM
Solver Saxman Excel Discussion (Misc queries) 2 November 3rd 05 12:41 PM
"solver" tb Excel Discussion (Misc queries) 1 September 12th 05 01:19 AM


All times are GMT +1. The time now is 04:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"