Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
code = Range("J22").GoalSeek Goal:=myNum = Application.InputBox("Enter a
number"), ChangingCell:=Range("C5") The input box will fire up but will not use the input value as the value in the goalseek calc. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sub Macro2()
x = Application.InputBox("give me a goal") Range("C5").GoalSeek Goal:=x, ChangingCell:=Range("A1") End Sub -- Gary''s Student - gsnu200739 "TJK" wrote: code = Range("J22").GoalSeek Goal:=myNum = Application.InputBox("Enter a number"), ChangingCell:=Range("C5") The input box will fire up but will not use the input value as the value in the goalseek calc. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Goalseek Excel 2007 | Excel Discussion (Misc queries) | |||
Macro Data Input | Excel Discussion (Misc queries) | |||
GoalSeek in VBA | Excel Discussion (Misc queries) | |||
input box within macro | Excel Worksheet Functions | |||
Goalseek / Solver Target Value | Excel Worksheet Functions |