View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jerome drean[_2_] jerome drean[_2_] is offline
external usenet poster
 
Posts: 9
Default solver add in / excel solver / vba

as some may know you can use the excel solver from vba - i wonder if it is
possible to use the solver from vba without interacting with the worksheet
object / range - ie i dont see why we cannot access the functionalities of
the solver by giving him an optimisation problem using a function defined in
vba
this comment could be applicable to many other cases such as graphs for
example

i hope i make sense to some of you