Just use the OFFSET() function. For example, if the Yes/No conditionindicator is one column to the right of the email address:> For Each Str In TargetCells> If Str.Offset(0,1).Value = "Yes" then...