View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Getting Fired[_2_] Getting Fired[_2_] is offline
external usenet poster
 
Posts: 4
Default Filter or Sort??

I have no code to give because I'm a rookie for VB. I figured it out with
excel functions but would like a command button to sort or filter.

I have city, state, date, etc....I'd like click on the command button John
Doe and it sorts out the states given in a range, for a total of 3 people.

My best example:

John = AK, MN, PA - A1:A3
Nick = AL, NM, WY - A4:A6
James = CA, NV, MI - A7:A9

Click on command button - John, sorts or filters these states and deletes
the rest.

Then a undo command button that will bring them all back.

Any help would be great.

Thanks for reading and helping.