S
StudioTwo
Hello,
I am converting some existing VBA Code into a COM Add-In for use by
Outlook 2000. I am using Office 2000 Developer Edition.
My routine saves the current message (in msg format) into a specific
directory on our network.
I was hoping to use my existing code, but the compiler refuses to
accept the following:
Dim MyInspector As Inspector
Dim MyItem As MailItem
"User Defined Type Not Defined" is the reason. Could anyone give me a
few pointers?
TIA
Stephen
I am converting some existing VBA Code into a COM Add-In for use by
Outlook 2000. I am using Office 2000 Developer Edition.
My routine saves the current message (in msg format) into a specific
directory on our network.
I was hoping to use my existing code, but the compiler refuses to
accept the following:
Dim MyInspector As Inspector
Dim MyItem As MailItem
"User Defined Type Not Defined" is the reason. Could anyone give me a
few pointers?
TIA
Stephen