S
Sean
Hello All...
I'm trying to create a script that will allow a user to choose an
existing directory and copy the Excel files to another directory.
I have tried using the following command in Excel:
FileSystemObject.CopyFile source_files, dest_dir, False
This command isn't working as I keep getting Error 424 object required
error. Any ideas on this bug or a sample script that allows the user
to copy multiple files from a user defined directory to another
directory?
Thanks.
Sean
I'm trying to create a script that will allow a user to choose an
existing directory and copy the Excel files to another directory.
I have tried using the following command in Excel:
FileSystemObject.CopyFile source_files, dest_dir, False
This command isn't working as I keep getting Error 424 object required
error. Any ideas on this bug or a sample script that allows the user
to copy multiple files from a user defined directory to another
directory?
Thanks.
Sean