the actual error is: Compile Error: Can't find project or library
> Hello,
>
[quoted text clipped - 44 lines]
> I read som posts about the difference between DAO and ADO libraries, but I
> don't know enough to follow up on that.
It could be a problem with your References collection. These can occur if
you install new software.
Go into the VB Editor and select Tools | References from the menu bar.
Examine all of the selected references (the ones with the check marks at the
top of the list)
If any of the selected references have "MISSING:" in front of them, unselect
them and back out of the dialog (Make sure you write down what the
references were before you delete them, because they'll be in a different
order once they're unselected).
If you need the reference(s) you just unselected (you can tell by doing a
Compile, under the Debug menu), go back in and reselect them.
If none have "MISSING:" in front of them, select an additional reference at
random, back out of the dialog, then go back in and unselect the refernece
you just added. If that doesn't solve the problem, try to unselect as many
of the selected references as you can (Access won't let you unselect them
all), back ouf of the dialog, then go back in and reselect the references
you just unselected.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Hello,
>
[quoted text clipped - 47 lines]
> I read som posts about the difference between DAO and ADO libraries, but I
> don't know enough to follow up on that.
lumpy04 - 16 May 2008 20:56 GMT
THanks Doug. I checked the references and found one missing: Microsoft DAO
3.6 Object Library
I( de-selected like you suggested and backed. Tried to compile he project
and got the same error. I checked the references again and Microsoft DAO 3.6
Object Library is no longer listed as an option.
Can I import this library somehow?
> It could be a problem with your References collection. These can occur if
> you install new software.
[quoted text clipped - 70 lines]
> > I read som posts about the difference between DAO and ADO libraries, but I
> > don't know enough to follow up on that.
Douglas J. Steele - 16 May 2008 22:44 GMT
You shouldn't need to import it. You scrolled through the list and couldn't
find it?
The specific file should be C:\Program Files\Common Files\Microsoft
Shared\DAO\dao360.dll
Assuming it's there, you could try reregistering it using regsvr32.exe. See
http://support.microsoft.com/?kbid=161983 for details.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> THanks Doug. I checked the references and found one missing: Microsoft DAO
> 3.6 Object Library
[quoted text clipped - 90 lines]
>> > but I
>> > don't know enough to follow up on that.
lumpy04 - 19 May 2008 14:20 GMT
Thank you!
I ws able to reload the missing DLL using the path you gave me. My
spreadsheet works again!
> You shouldn't need to import it. You scrolled through the list and couldn't
> find it?
[quoted text clipped - 99 lines]
> >> > but I
> >> > don't know enough to follow up on that.