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 = fspenTextFile("c:\temp\SidemPV.txt", ForReading)
What DLL is missing?
Thanks.
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 = fspenTextFile("c:\temp\SidemPV.txt", ForReading)
What DLL is missing?
Thanks.