> It depends entirely on what interaction the user has with the form. Why not
> add an event handler for each event and see for yourself?
>
> > What is the order in which the events fire in a custom form?
It depends on what the user does -- click Save and Close or close the item,
then choose Yes at a Save Changes? prompt. Try it.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> I guess I was getting at which runs first: Item_Close or Item_Write?
>
> > It depends entirely on what interaction the user has with the form. Why
> not
> > add an event handler for each event and see for yourself?
> > > What is the order in which the events fire in a custom form?