-2
Good afternoon!
I urgently need to do a loop macro that does this:
Application.CutCopyMode = False
Application.CutCopyMode = False
Application.CutCopyMode = False
Range("BT8").GoalSeek Goal:=0, ChangingCell:=Range("AF8")
Range("F8:K8").Select
Selection.ClearContents
And in the next jump she’ll change the range to the next number.
Application.CutCopyMode = False
Application.CutCopyMode = False
Application.CutCopyMode = False
Range("BT9").GoalSeek Goal:=0, ChangingCell:=Range("AF9")
Range("F9:K9").Select
Selection.ClearContents
can help me?
Thank you very much, I was able to adapt this structure to my reality and it worked perfectly.
– Paulo Barros