S
slbergh
Has the issue with Item.Close been resolved yet? I have a custom form with a
button that saves and closes the form. In Outlook 2003, it works fine;
however, in 2007 it causes Outlook to crash. Before I migrate my users to
'07, I need to find a way around this issue.
This is the only code being used:
Sub cmdSaveClose_Click
Item.Close(0)
End Sub
button that saves and closes the form. In Outlook 2003, it works fine;
however, in 2007 it causes Outlook to crash. Before I migrate my users to
'07, I need to find a way around this issue.
This is the only code being used:
Sub cmdSaveClose_Click
Item.Close(0)
End Sub