Skip to content

Commit 0e95abc

Browse files
committed
Improvements: integration with VBAexpressions core modules.
1 parent 722dbd9 commit 0e95abc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Access_version.zip

373 Bytes
Binary file not shown.

src/CSVinterface.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Public Function Filter(Pattern As String, Optional FilePath As String = vbNullSt
664664
Dim CSVparser As CSVinterface
665665

666666
Set Filter = New CSVArrayList
667-
If FilePath <> vbnullestring Then 'Filter CSV file
667+
If FilePath <> vbNullString Then 'Filter CSV file
668668
Dim StreamReader As CSVTextStream
669669
Dim streamsCounter As Long
670670

0 commit comments

Comments
 (0)