Hello,
The code below gives Type Mismatch 13 error:
Range("F1").Select Do Until Selection.Value = Sheets("Cortes Proporcionais").Range("L4").Value
Selection.End(xlToRight).Select
Basically I want the code to press right until it hits the cell equal to Sheets("Cortes...