Skip to content

Commit 722dbd9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Sub QueryCSV()
294294
CSVint.parseConfig.path = path
295295
If path <> vbNullString Then
296296
Set CSVrecords = CSVint.ImportFromCSV(CSVint.parseConfig).items
297-
Set FilteredData = CSVint.Filter(path, "f1='Asia' & f9>20 & f9<=50") 'Select "Units sold" greater than 20 and less or
297+
Set FilteredData = CSVint.Filter("f1='Asia' & f9>20 & f9<=50", path) 'Select "Units sold" greater than 20 and less or
298298
'equal to 50 from Asian customers
299299
Set CSVint = Nothing
300300
Set FilteredData = Nothing

0 commit comments

Comments
 (0)