Unable to create FileSystemObject in Access VBA
I have encountered an error when trying to create a FileSystemObject. This code has been running fine for about a year and a half, but now on one system my user is recieving:
"Run-Time error '429'
ActiveX component can't create object"
The error occurs on this line:
Dim fso as Object
fso = CreateObject("Scripting.FileSystemObject")

