Different "Functions"

  • Thread starter Thread starter Wanda
  • Start date Start date
W

Wanda

I know there are different functions:

Function Item_Open
Function Item_Close
Function Item_Send etc.

Just wondering if there is a function for when the form is
opened for the first time (clean one ... Function
Item_Open) and one for when the form is being opened once
posted say to a calendar (previously filled out ...
Function Item_?????)?

Thanks.

Wanda
 
The Open event fires whenever an item, new or existing, is opened in its own
window. You can see the available events in the object browser. Press
ALt+F11 to open the VBA environment in Outlook, then press F2.
 
Back
Top