Article ID: 291296 - Last Review: January 31, 2007 - Revision: 3.1 Procedure to export a text file with both comma and quote delimiters in ExcelThis article was previously published under Q291296
For a Microsoft Excel 98 and earlier versions of Excel version of this article, see 123183
(http://support.microsoft.com/kb/123183/
)
.
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 data: "Text1","Text2","Text3"
However, you can create this functionality in Excel by using a
Microsoft Visual Basic for Applications procedure.MORE INFORMATIONMicrosoft 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.
You can use the Print # statement in a Visual Basic procedure that is similar to the following to export a text file with both quotation marks and commas as the delimiters. For the procedure to function correctly, select the cells that contain your data before you run it. Before you work with the following sample code, follow these steps:
| Article Translations
|

Back to the top
