+ Reply to Thread
Results 1 to 6 of 6

"RunTime error 429 ActiveX Object Cannot Create Object"

  1. #1
    Forum Contributor
    Join Date
    12-09-2006
    Posts
    229

    Post "RunTime error 429 ActiveX Object Cannot Create Object"

    Hi All,
    I Am getting the following error,

    "RunTime error 429
    ActiveX Object Cannot Create Object"

    Your help will be highly appreciated,
    Thanks in advance,

  2. #2
    Forum Contributor vikas.bhandari's Avatar
    Join Date
    04-07-2006
    Location
    Delhi, India
    MS-Off Ver
    Office 2007 and 2010
    Posts
    303
    Can you please expand the information...like what u are trying to do and if you have debugged, then which code is generating the error?

    Thanks,
    Vikas

  3. #3
    Forum Contributor
    Join Date
    12-09-2006
    Posts
    229
    While I am running the script see attached and as soon as it reaches this line of code "Set OutApp = GetObject(, "Outlook.Application")" it stops and it gives me the error.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    Is Outlook open?

    If not, you need

    Set OutApp = CreateObject("Outlook.Application")

  5. #5
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    If, on the other hand, what you want is:
    + if Outlook is open, grab it
    + if Outlook is NOT open, then open it

    you would then use something like this:

    Please Login or Register  to view this content.

  6. #6
    Forum Contributor
    Join Date
    12-09-2006
    Posts
    229

    Smile

    I tried to code and it works fine now I am not getting the error. I really appreciate your help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1