View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin R[_2_] Kevin R[_2_] is offline
external usenet poster
 
Posts: 4
Default Programatically access Excel's Solver?

I have a spreadsheet that uses the Excel Solver. I have a vb program that
refreshes this spreadsheet. I have a number of Solver Parameter ranges that
need to be tweaked each time the data changes. Can I modify Solver
Parameters via vb code?

Thanks for any pointers on where to find information on this.

Kevin