View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tony Wainwright[_3_] Tony Wainwright[_3_] is offline
external usenet poster
 
Posts: 3
Default Last row in spreadseet

Hi guys

In my spreadsheet I have a list of names starting at G4 and continuning
along row 4. Underneath each name in row 5 is which group they are in e.g.
A, B, C, etc. Is there a way that I can programtically:-
1) Check which is the last row of the spreadsheet
2) Select everybody who is in group C

Thanks
Tony