Hi
I wrote a little VB prog in which I create a "Scripting.FileSystemObject" object
this works perfectly on 99% of our workstations but on some
the CreateObject command fails????
Any idea what could cause this problem?
Could it be an outdate dll or ocx file?
How can I troubleshoot this problem?
Dim fs As Object
Set fs = CreateObject("Scripting.FileSystemObject")
...
...
thx in advance
Dave
Archived from group: microsoft>public>vb>controls