Hi.
I this main workbook which i'm always afraid of it being accidentally emailed and sent to the wrong hands.

Is it possible that when the send button is hit a macro will run which will stop the workbook from being sent via email?


Sub Macro1()

    Application.Dialogs(xlDialogSendMail).Show
'code to block from sending via email

End Sub