John Gootee
Member
- Outlook version
- Outlook 2016 64 bit
- Email Account
- Exchange Server
Hi all,
I'm a Developer, but no previous experience in VBA or Outlook forms.
I've had some custom Outlook forms developed (Contact and Task). The purpose of the custom work was allowing for some extra data input on both forms for our property management business (new columns = "client", "building", “project status”, etc.).
The forms worked well until recently when, as far as I can tell, the code stopped running. I have simplified the code until now it’s just:
Sub Item_Open()
MsgBox "In open"
End Sub
I run the form and get no MsgBox.
What am I missing? I would appreciate any input.
Thanks in advance.
JG
I'm a Developer, but no previous experience in VBA or Outlook forms.
I've had some custom Outlook forms developed (Contact and Task). The purpose of the custom work was allowing for some extra data input on both forms for our property management business (new columns = "client", "building", “project status”, etc.).
The forms worked well until recently when, as far as I can tell, the code stopped running. I have simplified the code until now it’s just:
Sub Item_Open()
MsgBox "In open"
End Sub
I run the form and get no MsgBox.
What am I missing? I would appreciate any input.
Thanks in advance.
JG