Hi
I've a macro file which is a request form.
I've programmed it in the BeforeSave event so that User cannot save if mandatory fields are incomplete before e-mailing to me.
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
'This event will trigger a...