G
Guest
I have a Microsoft Acccess Application that works fine on two computers, however, when I installed it on two new computers, I received the following error message
Error no: -2147024770; description: automation erro
The specified module could not be found
I have used the debugger and found that the error occurs on "CreateObject" this line of code
Dim myOlApp As Outlook.Applicatio
CreateObject("Outlook.Application"
On all machines (the one that is working and the two that are not), we have installed
Microsoft Windows XP Professiona
Microsoft Office Professional 200
If it can somehow make any difference, the two new computers are laptops, but I can not see how that should make any difference
I have looked a
http://support.microsoft.com/default.aspx?kbid=24426
and tried everything with no succes
Can you please help me understand why this is happening?
Error no: -2147024770; description: automation erro
The specified module could not be found
I have used the debugger and found that the error occurs on "CreateObject" this line of code
Dim myOlApp As Outlook.Applicatio
CreateObject("Outlook.Application"
On all machines (the one that is working and the two that are not), we have installed
Microsoft Windows XP Professiona
Microsoft Office Professional 200
If it can somehow make any difference, the two new computers are laptops, but I can not see how that should make any difference
I have looked a
http://support.microsoft.com/default.aspx?kbid=24426
and tried everything with no succes
Can you please help me understand why this is happening?