18Text File Processing

Despite the promise in Chapter 15, “XML in Excel 2003 Professional,” that XML will be the next great file format of the future, we still have a lot of files in CSV or TXT file format today.

VBA makes it easy to both read and write from text files. This chapter covers importing from a text file and writing to a text file. Being able to write to a text file is useful when you need to write out data for another system to read, or even when you need to produce HTML files.

Importing from Text Files

There are three basic scenarios when reading from text files. If the file contains less than 65,536 records, it is easy to import the file using ...

Get VBA and Macros for Microsoft Excel now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.