M Michael Bauer Jul 23, 2005 #2 What do you mean by "box an appointment"? Adding an appointment: Dim oAppt as Outlook.AppointmentItem Set oAppt=Application.CreateItem(olAppointmentItem) With oAppt ' ... fill properties .Save End with
What do you mean by "box an appointment"? Adding an appointment: Dim oAppt as Outlook.AppointmentItem Set oAppt=Application.CreateItem(olAppointmentItem) With oAppt ' ... fill properties .Save End with