For sure Access is not istalled and the object library also not seen
Thanks
On Jan 2, 4:02*pm, joel wrote:
I would think the Access libraries are still installed in you Notebook.
Can you try two things for me
1) VBA Menu - Tools - References - Microsoft Access 11.0 object
Library
Check if the Access library is one of the references
2) run this simple macro
Sub test()
Set MyApp = CreateObject("Access.application")
MyApp.Visible = True
End Sub
--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:http://www.thecodecage.com/forumz/sh...d.php?t=165874
Microsoft Office Help