How do I remove the pop up message when saving a CSV

E

Eric

I use alot of CSV files and when I save them I get the
message "may contain features that are not compatible
with csv". Is there a way to turn this off and just save
it?
 
F

Frank Kabel

Hi
If you do the saving with VBA you could add the line
application.displayalerts=false
 
E

Eric

I'm just opening them and changing a piece of data and
closing them. Is there a way to use that to open them all
that way forever?
 
Top