cell AC21 = 4.5 (hard coded number).
Cell AF21 = formula
Anyone have a macro that will goalseek cell af21 so it = cell ac21?
thanks a lot
I forgot to say that the goal seek should be performed by changing the hard
coded value in cell af 13
> cell AC21 = 4.5 (hard coded number).
>
[quoted text clipped - 3 lines]
>
> thanks a lot
SteveC - 14 Sep 2007 18:00 GMT
Sub TEST()
Range("af21").GoalSeek Goal:=Range("ac21"), ChangingCell:=Range("af13")
End Sub
ah ha!
> I forgot to say that the goal seek should be performed by changing the hard
> coded value in cell af 13
[quoted text clipped - 6 lines]
> >
> > thanks a lot