Thread
:
Goal Seek in a loop
View Single Post
#
1
Brother
Posts: n/a
Goal Seek in a loop
I have used the following to run a simple goalseek on one line.
Range("AE3").Select
Range("AE3").GoalSeek Goal:=0, ChangingCell:=Range("AA3")
Is it possible to get this doen in a loop acting on every entry in column AE?
Reply With Quote