E
Esperanza
Hello VBA Expert,
I want to find an appointment via the following code. My problem is the
date.
If the appointment is set to "All day event" I cannot find the appointment ,
if it has a specific time,
then, the following code get the appointment.
Set oApptItem = oCalendarFolder.Items.Find("[subject] = " & strActivite & "
AND [Location]=" & strLocation & " AND [Start] = """ & tdystart & """")
Any way to find an appoitment which is set to all day event ?
Thanks for your help !!
Esperanza
I want to find an appointment via the following code. My problem is the
date.
If the appointment is set to "All day event" I cannot find the appointment ,
if it has a specific time,
then, the following code get the appointment.
Set oApptItem = oCalendarFolder.Items.Find("[subject] = " & strActivite & "
AND [Location]=" & strLocation & " AND [Start] = """ & tdystart & """")
Any way to find an appoitment which is set to all day event ?
Thanks for your help !!
Esperanza