dmorri254
Computer
- Jan 2, 2003
- 13
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 button but it ignored the if=yes condition.
My goal is to have the user build a contact list based on if he answers yes to a given question. I want this to be the last action he performs after the form is filled out.
My VB skills are very basic so if you respond, please speak soft and slow.
Thanx for the help...
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 button but it ignored the if=yes condition.
My goal is to have the user build a contact list based on if he answers yes to a given question. I want this to be the last action he performs after the form is filled out.
My VB skills are very basic so if you respond, please speak soft and slow.
Thanx for the help...