Search results

  1. K

    Can VBA intervene when updating Internet Calendars?

    Is it possible for VBA to capture the event when Outlook starts to update subscribed Internet Calendars, and insert some logic into that process? Context: I have several "Internet Calendars" (via url) subscribed in Outlook. Outlook throws lots of errors for various reasons, based on certain...
  2. K

    Working with Explorer.Close event

    I'm trying to get Outlook to do some things when the user closes the application. I tried using the app.quit event, but that's too late, because by the time it fires, Outlook has already released all of my variables/objects. I need to run my code in an event that fires before that. I found...
Back
Top