I'm trying to concatenate a variable to a range.
Dim i As Integer
i = 1
If Range("H+i") = "Validacion Expediente" Then
MsgBox ("y")
Else
MsgBox ("N")
this in order to know if the cells that are in column H have the name File Validation.