Skip to content

Commit 5be54e4

Browse files
authored
Update filter.md
1 parent 2c05aea commit 5be54e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/methods/filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Sub FilterCSV()
9292
CSVint.parseConfig.Headers = False 'The file has no header record/row
9393
CSVint.parseConfig.path = path
9494
If path <> vbNullString Then
95-
Set FilteredData = CSVint.Filter("f1='Asia' & f9>20 & f9<=50 & f8 $ '10/*/2014'", path) 'Select "Units sold" greater than 20 and less or
96-
'equal to 50 from Asian customers in October 2014
95+
'Select "Units sold" greater than 20 and less or equal to 50 from Asian customers in October 2014
96+
Set FilteredData = CSVint.Filter("f1='Asia' & f9>20 & f9<=50 & f8 $ '10/*/2014'", path)
9797
Set CSVint = Nothing
9898
Set FilteredData = Nothing
9999
End If

0 commit comments

Comments
 (0)