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 a4c8c34 commit 722dbd9Copy full SHA for 722dbd9
README.md
@@ -294,7 +294,7 @@ Sub QueryCSV()
294
CSVint.parseConfig.path = path
295
If path <> vbNullString Then
296
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
+ Set FilteredData = CSVint.Filter("f1='Asia' & f9>20 & f9<=50", path) 'Select "Units sold" greater than 20 and less or
298
'equal to 50 from Asian customers
299
Set CSVint = Nothing
300
Set FilteredData = Nothing
0 commit comments