+ Reply to Thread
Results 1 to 5 of 5

Solver VBA issue with value of determination

Hybrid View

  1. #1
    Registered User
    Join Date
    01-18-2016
    Location
    https://t.me/pump_upp
    MS-Off Ver
    2013
    Posts
    5

    Solver VBA issue with value of determination

    How to add cell to value of option ??
    Last edited by Heasham; 01-18-2016 at 02:29 PM.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,387

    Re: Solver VBA issue with value of determination

    This forum can be very strict about putting code in code tags. Edit your post to include these tags to avoid getting your topic locked.

    Solver cannot accept a cell reference in the "value of" field. I usually add a helper cell current_Function-target_value, then have Solver set that cell to a value of 0.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Solver VBA issue with value of determination

    Welcome to the board.

    SolverOk SetCell:="$B$6", MaxMinVal:=3, ValueOf:=Range("A1").Value2
    Please take a few minutes to read the forum rules, and then edit your post to add CODE tags.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    01-18-2016
    Location
    https://t.me/pump_upp
    MS-Off Ver
    2013
    Posts
    5

    Re: Solver VBA issue with value of determination

    Thanks a lot i also used
    Dim i
    i = Cells(6, 3):
        SolverReset
        SolverOk SetCell:="$B$6", MaxMinVal:=3, ValueOf:=i, ByChange:="$B$4:$B$5", _
            Engine:=1, EngineDesc:="GRG Nonlinear"
        SolverAdd CellRef:="$B$7", Relation:=2, FormulaText:="$C$7"
        SolverSolve
    End Sub
    and it worked

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Solver VBA issue with value of determination

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Issue with Solver
    By realdpg in forum Excel General
    Replies: 9
    Last Post: 02-26-2014, 09:34 AM
  2. Having an issue with Solver
    By jrgraha in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-11-2013, 04:51 PM
  3. please help me out with this SOLVER issue
    By reiswaffeln in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-28-2013, 06:24 AM
  4. Solver Issue
    By Solidus in forum Excel General
    Replies: 8
    Last Post: 07-16-2011, 02:03 PM
  5. VBA issue with Solver
    By saxa in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-18-2010, 02:14 PM
  6. Solver Issue
    By dashingdude in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-30-2008, 10:28 AM
  7. Solver Issue
    By wz4np1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-16-2008, 05:38 PM
  8. Solver issue
    By JimGrange in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-03-2008, 11:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1