' sent annual sponsorship email and input content to in this vba.
'Column A holds name of the company
'Column B holds sex
'Column C holds name of the person
'Column E holds email addressn (column d is empty for future use)
'Column F holds Yes or No to send
Dim xPath As String
Dim EBody As String
Dim strSignature As String
On Error GoTo EndOfSub
For Each cell In Columns("d").Cells.SpecialCells(2, 2)
If cell.Text Like "?*@?*.?*" And _
LCase(Cells(cell.Row, "e").Text) = "yes" Then