ActiveX Component Can't Create Object

MadMaxx

.NET foo
Local time
Today, 16:36
Joined
Jun 27, 2003
Messages
138
Hello all,

I get this error in my database all of a sudden. Db worked great before the weekend now when I try to link tables I get this error. Anyone know why and how to get rid of it.


cheers,
 
how did you fix it? I get the same problem on ONE machine, I get it when I try to do this:

Set wshnet = CreateObject("wscript.network")
lbluser.Caption = UCase(wshnet.username)

I get an error on the 1st line, how did you fix it ? or is yours a different problem?

CALV
 
If your using XP or 2000 which I am I used the file o9regfix.exe which can be found here Micro$oft
.

After I ran it the error went away.
 
Please can someone help me, because I am having the same problem when I run this code
Set objOutlook = CreateObject("Outlook.Application")
 
Please can someone help me, because I am having the same problem when I run this code
Perhaps you need to add some reference to the Outlook Object.

In de code window open the references dialog. Select the Microsoft Outlook 12 Library. Mark the checkbox close the dialog box en start your code.

HTH:D
 

Users who are viewing this thread

Back
Top Bottom