Having a problem getting access to outlook, the problems starts with a broken reference or project, which iam unsure about.
Set objOutlook = CreateObject("Outlook.Application")
Set objAppt = objOutlook.CreateItem(olAppointmentItem)
The problem is with the olAppointentItem which seams to cause the errors, anybody done access to outlook and can help me understand what olAppointment is looking for or what the reference it is looking for.
Thanks
Set objOutlook = CreateObject("Outlook.Application")
Set objAppt = objOutlook.CreateItem(olAppointmentItem)
The problem is with the olAppointentItem which seams to cause the errors, anybody done access to outlook and can help me understand what olAppointment is looking for or what the reference it is looking for.
Thanks