I have an application that uses:
Set oFileScripting = CreateObject("Scripting.FileSystemObject")
To create a file to open and write to. This works fine on all but one
workstation where it errors with an "ActiveX Can't create object" error.
Any idea why this one Win XP, with all updates applied, workstation would
fail on this command?
Jack