![]() |
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
|
|||
|
|||
![]()
Option Explicit
Public WithEvents myOlApp As Outlook.Application Private Sub Class_Initialize() Set myOlApp = CreateObject("Outlook.Application") End Sub Private Sub Class_Terminate() If Not myOlApp Is Nothing Then Set myOlApp = Nothing End Sub Why Class_initialize generates an error 430, Class does not support automation or does not support expected interface ? -- J.Lefere |
Ads |
#2
|
|||
|
|||
![]()
Does myOlApp return Nothing or an actual Outlook.Application object. Many antivirus programs block CreateObject("Outlook.Application")
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jan Lefere" wrote in message ... Option Explicit Public WithEvents myOlApp As Outlook.Application Private Sub Class_Initialize() Set myOlApp = CreateObject("Outlook.Application") End Sub Private Sub Class_Terminate() If Not myOlApp Is Nothing Then Set myOlApp = Nothing End Sub Why Class_initialize generates an error 430, Class does not support automation or does not support expected interface ? -- J.Lefere |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2003 Calendar Error-CAN'T OPEN THIS ITEM. UNKNOWN ERROR | Bluze | Outlook - Calandaring | 4 | June 14th 06 05:35 AM |
Outlook 2003 error message | [email protected] | Outlook and VBA | 0 | May 15th 06 12:23 AM |
Error starting Outlook 2003 | izlopez | Outlook - Installation | 5 | May 7th 06 11:15 PM |
Outlook 2003: While importing contacts from Excel 2003, ISAM error | Juzar | Outlook - Using Contacts | 1 | April 10th 06 11:20 PM |
0x80042108 Error with Outlook 2003 / SBS 2003 Premium/ ISA Server | S.W. | Outlook - Installation | 0 | January 16th 06 08:53 PM |