how to solve this RUN-TIME ERROR '429'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandru8
    New Member
    • Sep 2007
    • 145

    how to solve this RUN-TIME ERROR '429'

    when iam trying to execute this statement
    Set OutlookApp = CreateObject("O utlook.Applicat ion")
    iam getting a runtime error 429
    what are the things to be added to solve this issue
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    What have you declared the OutlookApp as..?
    Check this M$'s KB Article


    Regards
    Veena

    Comment

    • chandru8
      New Member
      • Sep 2007
      • 145

      #3
      thanks for your reply
      i declared like this
      Dim OutlookApp As Outlook.Applica tion

      Comment

      • chandru8
        New Member
        • Sep 2007
        • 145

        #4
        can any one help me
        what are the things to be added with the code to send a mail

        Comment

        Working...