Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERROR DLL

Status
Not open for further replies.

amecari

Technical User
Mar 21, 2001
29
BR
I'm using improt data from workbook excell. My Office is 2000 and my OS is NT 4.0 workstattion.
When I try to i,mpor data I received this msg: "error loading DLL"
This is my code:
Set dbs = CurrentDb --->>HERE IS THE MSG
Set RSCOV = dbs.OpenRecordSet("cadastro")
Const ForReading = 1
Dim fso, MyFile
Set fso = CreateObject("Scripting.FileSystemObject")
Set MyFile = fso_OpenTextFile("c:\temp\SidemPV.txt", ForReading)

What DLL is missing?

Thanks.
 
Go to tools/referernces in that project, one of your dlls should be marked as missing. Once you know that you have an easier time figuring out what you need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top