C
Cam
Hello,
I have a macro to send out an attachment from Outlook.
But when I ran the macro, it gave me this error. What is this error and how
can I fix it. Thanks
Compile error:
User-defined type not defined
An the error code seem to point to my first line of the code.
Dim objOutlook As Outlook.Application
Dim objOutlookRecip As Outlook.Recipient
Dim path As String
I have a macro to send out an attachment from Outlook.
But when I ran the macro, it gave me this error. What is this error and how
can I fix it. Thanks
Compile error:
User-defined type not defined
An the error code seem to point to my first line of the code.
Dim objOutlook As Outlook.Application
Dim objOutlookRecip As Outlook.Recipient
Dim path As String