excel97

  • Thread starter Thread starter bob engler
  • Start date Start date
B

bob engler

I have macros that run with Excel 2000 & 2002 exporting to Access
and importing via Queries from Access. My client has some sites on
Excel 1997 that he wants to also run those macros. I get error that
stops on CreateObject("Scripting.FileSystem Object"). Did Excel97 have
Access capibilities? It has very few ADOs and they are 1.5. Could
Excel97 run these types of macros with the libraries available to it and
if so would they be able to run under Excel2000 and 2002?

Thanks.....
 
Hi Bob,

Last year, I was still using XL97 and the FSO.
File system object requires the "Microsoft Scripting Runtime"library
(scrrun.dll)
which should be normally available.


Regards,

Jean-Yves
 
The operating system that Excel97 is running on are Windows95 and
Windows NT. I did not see (scrrun.dll) on my Win97 system. I will
loadup a version of NT and see if it has it.

Thanks....
 
Back
Top