Thanks for your help, Steve.
I would like to add that CSV is not Excel-specific. Many programs support importing and exporting of CSV files.
The acronym CSV stands for "Comma Separated Values". It is a text -based file you can create in Notepad or other text file editor.
A CSV file might look like this - line 1 is optional:
"First Name","Last Name","Email Address"
"Dean","Wiebe","dean@example.com"
"John","Doe","john@example.com"
"Jane","Doe","jane@example.com"
Please let me know if you have any more questions!
Regards