Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is not technically an Excel object, but I'm having a problem with
it within a workbook. I have some code that calls the FileSystemObject in a workbook that works fine on my machine, but does not work on a colleague's machine, which appears to be identical (same OS, Excel Version 2003). The code fails on a line like this: Set fso=New FileSystemObject or set fso=CreateObject("Scripting.FileSystemObject") The error is Automation Error The specified module could not be found. If I go to Tools-References on the problem machine, it doesn't show any missing referenced files. Also, if I go to the Object Browser and search for filesystemobject, it finds it. Intellisense similarly can look up the object. However, I get this error indicating that it cannot find the FileSystemObject. What should I try next? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Windows Scripting Host popup method has stopped timing out | Excel Programming | |||
Can we run Windows Script file from Excel/Office Application | Excel Programming | |||
Pass a variable back to the host script? | Excel Programming | |||
Windows Scripting Host/Windows XP | Excel Programming | |||
Use Windows Script to run Windows Explorer Search? | Excel Programming |