Hi

I started referencing FSO on my code and it's working great to copy files, etc...! Super easy!

PROBLEM : My code is going to accessible to many users and I am fretting that it won't work on User machines unless we change the parameters on the Excel settings manually to reference the "Microsoft scripting Runtime". This would be ridiculous since its 120 user machines. I'll remove FSO reference if this is the case.....

QUESTION - does referencing Microsoft Scripting Runtime (ie.. FileSystemObject) stay with the project or is that reference required on every machine that will run the code?