Use vba to 'find' Appointment and then delete it

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,
 
B

Brian Tillman [MVP - Outlook]

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top