Hi,
It appears to me that the directory that the file is being saved in is determined by the value of the cell F1 on the ActiveSheet. Can you please tell me what the value in F1 is?
If the value does not include a directory, then changeto![]()
wbDest.SaveAs fName, xlCSV
If it does, I will need to know what the value is so I can help provide you with a working solution.![]()
wbDest.SaveAs "C:\etc\Upload\" & fName, xlCSV
I hope this helps![]()
Bookmarks