Skip to content

Commit 65dc777

Browse files
authored
Fix typo error
1 parent 7029d56 commit 65dc777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Sub CSVimport()
4545
.fieldsDelimiter = "," ' Columns delimiter
4646
.recordsDelimiter = vbCrLf ' Rows delimiter
4747
End With
48-
With csvinf
48+
With CSVint
4949
.ImportFromCSV .parseConfig ' Import the CSV to internal object
5050
End With
5151
End Sub</pre>
@@ -64,7 +64,7 @@ Sub CSVimportRecordsRange()
6464
.startingRecord = 10 &#39; Start import on the tenth record
6565
.endingRecord = 20 &#39; End of importation in the 20th record
6666
End With
67-
With csvinf
67+
With CSVint
6868
.ImportFromCSV .parseConfig &#39; Import the CSV to internal object
6969
End With
7070
End Sub</pre>

0 commit comments

Comments
 (0)