P
Penny Miller
I'm trying to figure out how to write a macro to open a form that I created
in the Organizational Forms Library. This is what I've done so far;
Sub TimeOffRequest()
Set myFolder = Session.GetDefaultFolder(olFolderInbox)
Set myItem = myFolder.Items.Add("IPM.Note.Time Off - DIS_v1a")
myItem.Display
End Sub
However, when I go to run the macro I get an vb error that says;
The macros in the project are disabled.
I thought I had enabled all macros, what setting did I miss?
Exchange Server 2003/Outlook2003
in the Organizational Forms Library. This is what I've done so far;
Sub TimeOffRequest()
Set myFolder = Session.GetDefaultFolder(olFolderInbox)
Set myItem = myFolder.Items.Add("IPM.Note.Time Off - DIS_v1a")
myItem.Display
End Sub
However, when I go to run the macro I get an vb error that says;
The macros in the project are disabled.
I thought I had enabled all macros, what setting did I miss?
Exchange Server 2003/Outlook2003