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