CSV stands for COMMA separated values!
CSV and MS Excel
Did you know that if your write a correct CSV(comma separated values) file while having MS Office Excel installed that file get's an Icon displaying an 'A' followed by a comma. If you double-click the file however, MS Office Excel doesn't recognize that the values in that file are separated by a comma. You need to Choose 'Data -> From Text' from the menu and run an import wizard to really extract the data.
Invalidate the file
If you make the file 'invalid' however by replacing the comma's by semicolons MS Office Excel will recognize your separator and the file get's displayed as data.
Save as
If you choose 'Save As -> Other Formats' from the menu, you can choose 'CSV (Comma delimited)(*.csv) as type. If you open the file with Notepad however,you'll find the semicolon as delimeter.
Cheers,
Wes