Search results

  1. J

    An attempt operation failed. An object could not be found at line5.

    I am trying to run this code in macros, outlook 2010 to get an email update when there is a change in calendar appointement
  2. J

    An attempt operation failed. An object could not be found at line5.

    Private WithEvents Items As Outlook.Items Private Sub Application_Startup() Dim Ns As Outlook.NameSpace Set Ns = Application.GetNamespace("MAPI") Set Items = Session.GetDefaultFolder(olFolderCalendar).Parent.Folders("abc").Items End Sub Private Sub Items_ItemAdd(ByVal Item As Object) 'On...
Back
Top