![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
Use the Tools | References command to add a reference to the Microsoft Outlook library.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Cam" wrote in message news ![]() 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 |
#3
|
|||
|
|||
![]()
Sue,
Thanks for the suggestion, but I am not sure what you meant by it. Where or how do I go to add a reference to the MS Library? "Sue Mosher [MVP-Outlook]" wrote: Use the Tools | References command to add a reference to the Microsoft Outlook library. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Cam" wrote in message news ![]() 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 |
#4
|
|||
|
|||
![]()
You're creating a macro, right? A macro in some other Office application, right? Then, in the VBA environment, click Tools, then References. You'll see a list of code libraries you can add to the project, including that for Outlook.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Cam" wrote in message ... Sue, Thanks for the suggestion, but I am not sure what you meant by it. Where or how do I go to add a reference to the MS Library? "Sue Mosher [MVP-Outlook]" wrote: Use the Tools | References command to add a reference to the Microsoft Outlook library. "Cam" wrote in message news ![]() 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 |
#5
|
|||
|
|||
![]() "Sue Mosher [MVP-Outlook]" wrote: Use the Tools | References command to add a reference to the Microsoft Outlook library. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Cam" wrote in message news ![]() 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 Having the same problem as the user above - resolution offered still not working, can you help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using Virtual PC to compile add-in question | Mike | Outlook and VBA | 1 | May 16th 07 04:25 PM |
Outlook.MAPIFolder: for each compile error | spareway | Add-ins for Outlook | 1 | January 29th 07 02:05 PM |
Project Won't Run or Compile | Ron | Outlook and VBA | 6 | January 23rd 07 02:24 AM |
What is: Compile Error in hidden module: AutoExecNew | Guitar125 | Outlook and VBA | 1 | July 7th 06 05:52 AM |
How do I compile statistics about meetings? | Stu Detroit | Outlook - Calandaring | 0 | March 9th 06 09:25 PM |