Posts by MArio • 1 point
1 post
-
0
votes1
answer143
viewsQ: Is there something wrong with that code?
Function Check() Dim valorA, valorB, valorG, valor2 As String Dim rng As Range valorG = Cells(ActiveCell.Row, "G").Value valor2 = Cells("2", ActiveCell.Column).Value For Each rng In Range("A3:A321")…