I am trying to create a function that will moved cell content from one sheet to another based on an event.
Example: If D1=Yes, then move the values in A1,B1 and C1 to
sheet2, cells, A1,B1,C1.
I have tried doing an If,then, copy, move etc, with no luck.
I wrote a macro and assigned it to a...