Created
April 15, 2014 15:51
-
-
Save agbishara/10743279 to your computer and use it in GitHub Desktop.
This Filters a range of data by a string, its setup for a specific usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Public Function fitlerBySVP(Name As String, ws As Worksheet) | |
| ws.Range("$A$1:$F$38409").AutoFilter Field:=4, Criteria1:= _ | |
| Name | |
| End Function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment