Hey guys,
I created a macro that will send massive emails by clicking a button if one cell in a particular column includes a specific wording. I.E:
If c = "BD" Or c = "BD/PD&R" Then
Dim olMail As Outlook.MailIte m
I have the whole thing, but it happens a lot that we accidentaly click the buttons and massive emails go out again an again, all I need to add is an option box before the olMail.Send...