Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom,
Actually had checked the help before, but hadn't bothered to go through the first part where it said: Returns True if the goal seek is successful. Just checked the example and didn't find anything like a flag for success. Guess the example always doesn't show everything. Anyway, thanks again. Mangesh "Tom Ogilvy" wrote in message ... It isn't the only way. You could consult the help on goalseek and see: "Returns True if the goal seek is successful." Dim bRes as Boolean bRes = Range("H5").GoalSeek( Goal:=0, ChangingCell:=Range("E5")) Trusting the help - I haven't tested it. -- Regards, Tom Ogilvy "Mangesh Yadav" wrote in message ... Hi Tom, Thanks. So thats the only way. Mangesh "Tom Ogilvy" wrote in message ... Check if the goal is met. -- Regards, Tom Ogilvy "Mangesh Yadav" wrote in message ... I am using the goalseek as follows Range("H5").GoalSeek Goal:=0, ChangingCell:=Range("E5") Sometimes I don't get a result. Manual running of the goal seek would give me: May not have found a solution. Whereas in VBA I don't get such a warning and the result is dumped in my oupput cell. Is there some kind of flag or anything which could tell me if the goal seek has found a solution or not...? -- - Mangesh ------------------------------------------ Office 2003 & Windows XP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Solution "Your changes could not be saved" "The document may be read-only or encrypted" | Excel Discussion (Misc queries) | |||
"GoalSeek method of Range object failed" error message | Excel Programming | |||
Getting "compile error" "method or data member not found" on reinstall | Excel Programming |