+ Reply to Thread
Results 1 to 3 of 3

Goal Seek Macro

Hybrid View

  1. #1
    Registered User
    Join Date
    08-16-2011
    Location
    Leeds
    MS-Off Ver
    Excel 2007
    Posts
    33

    Goal Seek Macro

    Hi,

    I have a financial appraisal in excel and have set up a macro (and linked to a button) so the goal seek function targets a return (in my case 14%) by changing the starting price. However I want the user to enter his/her required return and then by pressing the button the macro changes the starting price. In the macro below how can I make the goal seek which currently =0.14 be a figure entered by the user? Is there a way to tell the macro this figure will be manually entered by the person using the model?

    Thanks

    Sub IRRproject()
    '
    ' IRRproject Macro
    ' IRR Target
    '
    ' Keyboard Shortcut: Ctrl+Shift+R
    '
    Range("E28").GoalSeek Goal:=0.14, ChangingCell:=Range("E24")
    End Sub

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,295

    Re: Goal Seek Macro

    Hi stephenp12,

    You could use an input box. See
    http://www.exceltips.nl/?tag=inputbox

    Look at the example with NumericDataType .
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Goal Seek Macro

    above posted in wrong forum& thread MACGWEEDORE has reposted correctly here
    http://www.excelforum.com/excel-gene...d-formula.html
    also by a strange coincidence the same goal seek problem has been posted here by someone completely different hmmm
    http://www.mrexcel.com/forum/showthread.php?t=575027
    Last edited by martindwilson; 08-28-2011 at 06:09 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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