View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Randall Arnold[_2_] Randall Arnold[_2_] is offline
external usenet poster
 
Posts: 17
Default Save as CSV without being prompted

I believe you can use something like ThisWorkbook.Saved = True.

Randall Arnold

"Tod" wrote in message
...
Could someone tell me how my code can make changes in a
CSV file and close it, saving changes, without being
prompted with the Save As dialog box?
Application.DisplayAlerts = False does not work.

tod