View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bslater[_3_] bslater[_3_] is offline
external usenet poster
 
Posts: 1
Default Saving CSV files in Excel macros

I have a macro that pulls data from a SQL database,
formats it, and saves it into csv files. This macro has
worked perfectly for 7 months but recently the formatting
has stopped saving to the csv files. The date formats
specifically are not saving. If I leave the csv file open
and manually save it, the date formats save as normal.
Why would a manual save correctly save date formats but
the save function does not?

Thanks!