Search results

  1. A

    Focus on the userform

    I have created a VBA Macro which uses the ItemSend Even to modify the Subject of an email. Form within ItemSend I call a userform (ExampleForm.Show vbModal)with 3 buttons. The userform works perfectly well and when the user clicks a button the Subject is replaced and the mail is fired. However...
  2. A

    Application_ItemSend not accessed when sending email outside outlook (i.e. word or send to mail from

    I have a working piece of code in the ThisOutlookSession that traps when the user is sending an email, except if the mail is sent from Word or Excel by using the Save&Send (as attachment or pdf) option. I can't find any hint anywhere of how to make the code work also when doing it this way. The...
Back
Top