Excel cutting out down over 1024 characters
- by Zeno
I am using Excel 2003 to save a large file as a CSV.
But when saving cells that contain over 1024 characters, it cuts out the characters beyond 1024.
Per a previous question, I am using this official macro to save: http://support.microsoft.com/default.aspx?scid=kb;en-us;291296&Product=xlw
This macro in question is probably causing it, since I'm not using the normal Save As (in order to put quotes around every field).
It may not be 1024 characters, but long cells are getting cut off. What in this macro is causing that?