N
N
Hi
I have designed a form in outlook , an appointment form I would like to use
with in my vba program. Right now the program brings up the standard appt
form
with this command
Dim objOutlook As Outlook.Application
Dim objAppt As Outlook.AppointmentItem
Set objOutlook = CreateObject("Outlook.Application")
Set objAppt = objOutlook.CreateItem(olAppointmentItem)
how do I get my program to call my new appt form
any help would be great
thnx
N
I have designed a form in outlook , an appointment form I would like to use
with in my vba program. Right now the program brings up the standard appt
form
with this command
Dim objOutlook As Outlook.Application
Dim objAppt As Outlook.AppointmentItem
Set objOutlook = CreateObject("Outlook.Application")
Set objAppt = objOutlook.CreateItem(olAppointmentItem)
how do I get my program to call my new appt form
any help would be great
thnx
N