Thread: Filter Function
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
David Robinson[_3_] David Robinson[_3_] is offline
external usenet poster
 
Posts: 5
Default Filter Function

Dear Bob

Actually I was referring to a function I just found in
the help screen which "Returns a zero-based array
containing subset of a string array based on a specified
filter criteria". Any example of this:

Filter(sourcesrray, match[, include[, compare]])

David

-----Original Message-----
David,

If you check out this previous post, you will see an

example of creating a
column to test a value, filtering on that value, and

then deleting the
filtered rows. Hopefully it will show you what you want

http://tinyurl.com/v4qk

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"David Robinson"

wrote in message
...
can someone post an example of the Filter Function in

VB.


.