I
Ivan Lozada
Ladies, Gents:
This copy/delete operation (using FileSystem or FileCopy) will always fail
if the destination file is an Excel File that is open (the destination file
is not read-only).
Copy "c:\From\abc.xls", "c:\To\abc.xls"
Does anybody has a suggestion as to how to make this copy work when the
destination file is open?
It should be noticed that for a text file, for example, abc.txt, this
operation will work even if the destination file is open in a text editor. It
just doen't work for Excel.
Thanks for your time,
Ivan
This copy/delete operation (using FileSystem or FileCopy) will always fail
if the destination file is an Excel File that is open (the destination file
is not read-only).
Copy "c:\From\abc.xls", "c:\To\abc.xls"
Does anybody has a suggestion as to how to make this copy work when the
destination file is open?
It should be noticed that for a text file, for example, abc.txt, this
operation will work even if the destination file is open in a text editor. It
just doen't work for Excel.
Thanks for your time,
Ivan