Automate Goal Seek?

  • Thread starter Thread starter John Richards
  • Start date Start date
J

John Richards

Is it possible to incorporate Goal Seek (or Solver) into a spreadsheet so it
will function without manual intervention?
 
Sure -- using VBA:
range("A1").GoalSeek goal:=10,Changingcell:=Range("B1")
for example
 
I suspected that I could do it with VBA but unfortunately I'm not familiar
with how to use it. Guess I should make an effort to learn it.

Thanks for the help
John
 
Back
Top