Thread: Filter Code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ray Kanner[_2_] Ray Kanner[_2_] is offline
external usenet poster
 
Posts: 14
Default Filter Code

I have a large table with employee ids in asscending order
in the third column. An employee id record is not unique,
so there can be many employee records per employee. Using
a filter, I would like to view all the records pertaining
to one employee at a time. Does anyone have sample code
they could share that would allow the filter to advance to
the next employee id number when a (spin) button assigned
to it is pressed. Thanks loads.

Ray Kanner