Knowledge Base

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

Article ID: 123183

Article Last Modified on 1/19/2007


APPLIES TO


This article was previously published under Q123183

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.

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.

Keywords: kbexport kbdtacode kbhowto kbprogramming KB123183