What is the problem with the macro below.
For Each c In Worksheets("das hboard").RANGE( "b34:b45")
RANGE(c).Select
d = ActiveCell
MY_ROW = ActiveCell.Row
If c = Worksheets("VAR EJO NOVO").RANGE("D 5") Then GoTo 20 Else GoTo 50
50
Next
For Each c In Worksheets("das hboard").RANGE( "b34:b45")
RANGE(c).Select
d = ActiveCell
MY_ROW = ActiveCell.Row
If c = Worksheets("VAR EJO NOVO").RANGE("D 5") Then GoTo 20 Else GoTo 50
50
Next
Comment