Hello everybody.
I've set a dropdown list this way:
Dim MyList(2) As String
MyList(0) = "YES'"
MyList(1) = "NO"
Dim lrut As Long
lrut = sheet1.Cells(Rows.Count, "E").End(xlUp).Row
With Range("G2:G" & lrut).Validation
.Delete
.Add Type:=xlValidateList...