View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
J J is offline
external usenet poster
 
Posts: 7
Default Conditional move rows to another sheet

Jon Peltier wrote in message ...
You could use a filter or autofilter to exclude all but the particular
salesperson, and copy the filtered list to another sheet. Repeat for
each person, or write a macro to do this for you.



OK. Can you suggest a tutorial site that helps with some of the
macro writing? Like: how to reference a cell, or a range of cells, in
VBA for instance.

Thanks