View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default MACRO for moving rows from one worksheet to another

The most effective way is to create your own macro. Turn on the macro
recorder, go through the steps to copy your data, then turn it off, and save
the macro. Voila, a macro you can use as often as you want.

Regards,
Fred

"Stacey" wrote in message
...
I have a workbook that has different classifications based on a dates
(Classifications = Red, Green, Yellow). On the cumulative sheet I have
all
and then I have a separate sheet for each class. Using macros I want to
copy
the rows (B-M) that contain the class to its corresponding sheet (keeping
the
cumulative sheet populated). I have a formula to notate which row
contains
the appropriate color (Column A). Each sheet has the same header as the
cumulative sheet.