Hi,
I am trying to make a copy of excel file using file.copy(path1 ,path2).
its copying but making a blank file. Data is not getting copied.
File.Copy(path, path2)
Can anyone help me on this
Thanks in advance.
I am trying to make a copy of excel file using file.copy(path1 ,path2).
its copying but making a blank file. Data is not getting copied.
File.Copy(path, path2)
Can anyone help me on this
Thanks in advance.
Comment