Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to export data to a text file with comma and quote delimiter in Excel


View products that this article applies to.

This article was previously published under Q123183

↑ Back to the top


Summary

Microsoft Excel does not have a menu command to automatically export data to a text file so that the text file is exported with both quotation marks and commas as delimiters. For example, there is no command to automatically create a text file that contains the following:
   "Text1","Text2","Text3"
				
However, you can create this functionality in Excel by using a Microsoft Visual Basic for Applications (VBA) procedure.

↑ Back to the top


More information

Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.

↑ Back to the top


Keywords: kbprogramming, kbexport, kbdtacode, kbhowto, KB123183

↑ Back to the top

Article Info
Article ID : 123183
Revision : 7
Created on : 1/19/2007
Published on : 1/19/2007
Exists online : False
Views : 478