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 aabcbbf commit a7f1ac6Copy full SHA for a7f1ac6
src/CSVinterfaceTest.bas
@@ -18,10 +18,9 @@ Sub Test_Import()
18
e = Timer
19
H = H + (e - s)
20
Next i
21
- Debug.Print "CSVinterface [ImportFromCSV]:"; Round(H / 10, 4)
+ Debug.Print "CSVinterface [ImportFromCSVString]:"; Round(H / 10, 4)
22
Debug.Print "*********************************************************"
23
Debug.Print Err.Number
24
25
Set CSVix = Nothing
26
-End Sub
27
-
+End Sub
0 commit comments