View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Dana DeLouis[_3_] Dana DeLouis[_3_] is offline
external usenet poster
 
Posts: 690
Default Catching max iterations Stop of Solver in VBA

Hi. A slight correction. Based on your information, use this version of
the function instead.
Please write back if you still have problems. [or if it works :) ]

Function ShowTrial(Reason As Integer)
ShowTrial = Reason 1
End Function

--
Dana DeLouis
Win XP & Office 2003

<snip