Hi everyone,
Can I avoid typing 51 values into the Goal argument (in the GoalSeek function)?
In a recorded macro instead of .Range("B" & i).Value was there a numeric value..
Any help?
![]()
Dim i As Byte With Worksheets("6.1New") For i = 2 To 51 .Range("G" & i).GoalSeek Goal:=.Range("B" & i).Value, _ ChangingCell:=Range("F" & i) Next i End With End Sub
Bookmarks