I am getting this error:
" error 429: OLE automation server can't create object"
when i run my code. It fails on the line where i instantiate a file system object. Here is the code:
set fso = CreateObject("Scripting.FileSystemObject"
Does any1 have any ideas on how to fix this please. Thanks.
" error 429: OLE automation server can't create object"
when i run my code. It fails on the line where i instantiate a file system object. Here is the code:
set fso = CreateObject("Scripting.FileSystemObject"
Does any1 have any ideas on how to fix this please. Thanks.