Export a Text File with Comma and Quote Delimiters

Type or paste the below sample code into the module. Before running the macro, select the data that you want to export, and then point to . Macros. on the . Tools. menu and click . Macro. Select the . QuoteCommaExport. macro, and click . Run. Sample code: Sub QuoteCommaExport() Dim DestFile As String. Dim FileNum As Integer. Dim ColumnCount As ... ................
................