Skip to content

Commit a7f1ac6

Browse files
committed
Update CSVinterfaceTest.bas
1 parent aabcbbf commit a7f1ac6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/CSVinterfaceTest.bas

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ Sub Test_Import()
1818
e = Timer
1919
H = H + (e - s)
2020
Next i
21-
Debug.Print "CSVinterface [ImportFromCSV]:"; Round(H / 10, 4)
21+
Debug.Print "CSVinterface [ImportFromCSVString]:"; Round(H / 10, 4)
2222
Debug.Print "*********************************************************"
2323
Debug.Print Err.Number
2424

2525
Set CSVix = Nothing
26-
End Sub
27-
26+
End Sub

0 commit comments

Comments
 (0)