Recent content by andika

  1. A

    Outlook calendar (Delete and update)

    Hi Nigel, I tried adding .Mileage to the code so it becomes: 'collect the user preferences and add to the appointment Set outMail = Outlook.CreateItem(olAppointmentItem) With outMail .Subject = strAppSubject .Location = strAppLoc .Start = strAppStrt...
  2. A

    Outlook calendar (Delete and update)

    Hi Nigel, I'm a newbie in VBA. I needed a code that search the Outlook Appointment based on the Mileage field (We used the Mileage field to store a unique appointment ID) and then do a delete. The code that you posted is almost what I needed except that instead of searching by Subject field, I...
Back
Top Bottom