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

  • Thread starter Thread starter Eric
  • Start date Start date
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?
 
Hi
If you do the saving with VBA you could add the line
application.displayalerts=false
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top