VBA Help with Data Transfer

D

Dorene

I have written(copied) a program to transfer unique data from my main sheet
to the matching unique sheet. What I need to know is there a way to program
the macro to run only new information added to the main sheet thereby not
printing the same information on the other pages again and again?
 
S

Suzette

Could you add a hidden column that you can put a flag in when it's been
transferred? When you run the program it could ignore rows with the flag
set.
 
Top