We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7029d56 commit 65dc777Copy full SHA for 65dc777
README.md
@@ -45,7 +45,7 @@ Sub CSVimport()
45
.fieldsDelimiter = "," ' Columns delimiter
46
.recordsDelimiter = vbCrLf ' Rows delimiter
47
End With
48
- With csvinf
+ With CSVint
49
.ImportFromCSV .parseConfig ' Import the CSV to internal object
50
51
End Sub</pre>
@@ -64,7 +64,7 @@ Sub CSVimportRecordsRange()
64
.startingRecord = 10 ' Start import on the tenth record
65
.endingRecord = 20 ' End of importation in the 20th record
66
67
68
69
70
0 commit comments