Link to home
Start Free TrialLog in
Avatar of setfocus
setfocus

asked on

Automation type not supported

I am getting the error:
Automation type not supported in Visual Basic.

I never used to get the error but now that I have formatted my computer I am starting to get it in when referencing the Access 9 object:

Dim appAccess As Access.application

if I use :

Dim appAccess As Object

there is no problem...
why does this happen and how can I fix it?


ASKER CERTIFIED SOLUTION
Avatar of kiprimshot
kiprimshot

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of setfocus
setfocus

ASKER

That did it