ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Save .csv with overwrite (https://www.excelbanter.com/excel-programming/296388-save-csv-overwrite.html)

Kevin

Save .csv with overwrite
 
I need to modify a .csv file and save it via macro,
without prompting the user about whether to overwrite or
not. I can't find anything in the save method for this,
and overwrite appears to be limited to the copy function.
How do I do this?

Thanks in advance,

Kevin

mudraker[_191_]

Save .csv with overwrite
 
This will save your active book as a csv file


Application.DisplayAlerts = False

ActiveWorkbook.SaveAs FileName:= _
"D:\My Documents\Book1.csv", FileFormat:= _
xlCSV, CreateBackup:=False

Application.DisplayAlerts = Tru

--
Message posted from http://www.ExcelForum.com



All times are GMT +1. The time now is 05:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com