Installation
In order to use the latest release of the CSV interface library within your VBA code, you must to download the provides .zip
archive. Once downloaded, import the following files from the VBA IDE:
CSVArrayList
CSVcallBack
CSVdialect
CSVexpressions
CSVinterface
CSVparserConfig
CSVSniffer
CSVTextStream
CSVudFunctions
⚠️Caution
Do not copy and paste content from the
.cls
files to your project. The class files contain certain information the VBA-IDE needs to parse to ensure the CSV interface library works properly.
Download latest version
Congratulations! Now you can proceed to the Getting Started section to know how to start with the VBA CSV interface library. See you there!