View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Troy[_2_] Troy[_2_] is offline
external usenet poster
 
Posts: 18
Default Macro To Sort and Seperate Data on Serpate sheets from a Master Li

I'm using excel 2003.

I have a worksheet full of maintenance data. Each row on this sheet has a
machine number, date, repair information, etc.

I'm trying to make a marco to search thur the list for a specific machine
number copy all the data from that row and paste it on a different sheet.
All of the entries for that machine number would then be copied to that new
sheet.


Does anyone know how to do this?