Use vba to 'find' Appointment and then delete it

  • Thread starter Thread starter Robert k
  • Start date Start date
R

Robert k

I want to use vba to find an appointment by the value of the Subject and then
delete the appointment. I can find the Reminder by subject, but if the
reminder is not visible (and its not), then I cannot use code
like...olRem(1).Dismiss...

Consequently, I must first find the Appointment and then I use code to
delete the appointment.

Can you help me with the code?

Thanks,
 
I want to use vba to find an appointment by the value of the Subject and
then
delete the appointment. I can find the Reminder by subject, but if the
reminder is not visible (and its not), then I cannot use code
like...olRem(1).Dismiss...

Consequently, I must first find the Appointment and then I use code to
delete the appointment.

Can you help me with the code?

Not in this group. Ask in microsoft.public.outlook.program_vba and visit
http://www.outlookcode.com/
 
Back
Top