When saving a .XLS file into a CSV file, how can I consistently get the output all in double quotes abd comma delimited. The latter is a given but the double quotes are a problem with special character handling. We need to feed this particular CSV format into another appl that is very strict about CSV inout to it. It has to have each field in double quotes or it fails processing.