S
Simon Woods
Hi
Dim olapp As Outlook.Application
On Error Resume Next
Set olapp = CreateObject("Outlook.Application")
If olapp Is Nothing Then
Set olapp = GetObject("Outlook.Application")
End If
I've just changed machines and my new machine has Outlook 2003 installed. I
use to run a VB program to look in one of the Outlook journals on my old
machine running Outlook 2000. I've tried running it on my new machine and it
doesn't run. The Classname "Outlook.Application" seems to be unrecognised
generating a "Specifed Module could not be found" when executing the
CreateObject command.
Any suggestions?
Thanks
Simon
Dim olapp As Outlook.Application
On Error Resume Next
Set olapp = CreateObject("Outlook.Application")
If olapp Is Nothing Then
Set olapp = GetObject("Outlook.Application")
End If
I've just changed machines and my new machine has Outlook 2003 installed. I
use to run a VB program to look in one of the Outlook journals on my old
machine running Outlook 2000. I've tried running it on my new machine and it
doesn't run. The Classname "Outlook.Application" seems to be unrecognised
generating a "Specifed Module could not be found" when executing the
CreateObject command.
Any suggestions?
Thanks
Simon