Excel VBA to Email Each Row based on Criteria
问题 I am trying to get this: So send Emails that looks like this: Then have it end up like this: I need it to skip blank email addresses, insert sent into column V when sent and create a new email for each row when there is an email available. The new email needs the specific info related to that individual row. I'm using an adaptation of Ron de Bruin's code but every time I run it nothing happens. I don't get an error message, nothing. Code: Sub test2() 'Ron De Bruin Adaptation 'Working in