G
Guest
I have this Code that does not seem to work in OL2003 when placeing in
ThisOutlookSession
Private Sub Application_ItemForgot(ByVal Item As Object, Cancel As Boolean)
If Item.Subject = "" Then
MsgBox "Forgot Subject"
Cancel = True
End If
End Sub
This a code modified from sue.
I use word as my editor if that matters
End Sub
ThisOutlookSession
Private Sub Application_ItemForgot(ByVal Item As Object, Cancel As Boolean)
If Item.Subject = "" Then
MsgBox "Forgot Subject"
Cancel = True
End If
End Sub
This a code modified from sue.
I use word as my editor if that matters
End Sub