Hi!
I am clueless about macros and would deeply appreciate your help.
Is it possible to have a macro copy a row from one worksheet and paste it in a new row in another worksheet based on what value is in a cell of that row in a specific column?
Let me give you an example of what I'm trying to do:
A B C D
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Project[/TD]
[TD]Event/Task[/TD]
[TD]Program[/TD]
[/TR]
[TR]
[TD]12/17/2015[/TD]
[TD]Presentation at conference[/TD]
[TD]T[/TD]
[TD]Other[/TD]
[/TR]
[TR]
[TD]12/23/2015[/TD]
[TD]Holiday party[/TD]
[TD]E[/TD]
[TD]Teachers[/TD]
[/TR]
[TR]
[TD]1/14/2016[/TD]
[TD]Refresher class[/TD]
[TD]E[/TD]
[TD]Students[/TD]
[/TR]
[TR]
[TD]1/19/2016[/TD]
[TD]Training of volunteers[/TD]
[TD]T[/TD]
[TD]Volunteers[/TD]
[/TR]
[TR]
[TD]2/3/2016[/TD]
[TD]PowerPoint on new techniques[/TD]
[TD]T[/TD]
[TD]Other[/TD]
[/TR]
</tbody>[/TABLE]
I have multiple worksheets. The first worksheet, the one shown above, is the "overview". The other worksheets are titled according to the Program categories (I have about 6 or 7) - see column D.
So, I would very much appreciate a macro that would copy rows in the first worksheet and copy each one to other specific workbooks matching the value in column D. For example, again referring to the table above, after I enter 2/3/2016, "PowerPoint on new techniques", "T", "Other"... then Excel's macro would copy that row and paste it in the workbook called "Other". (I also have workbooks titled "Teachers", "Students", "Volunteers" and more).
Hope I am making my request clear!
IF you are able to help by showing me the macro, would you be so kind to change the color of the values that I can change (so that I don't mess up the rest?)
THANK YOU,
John
P.S. Ideally the macro would run automatically every few minutes or at least each time I open the document in Excel 2007.
I am clueless about macros and would deeply appreciate your help.
Is it possible to have a macro copy a row from one worksheet and paste it in a new row in another worksheet based on what value is in a cell of that row in a specific column?
Let me give you an example of what I'm trying to do:
A B C D
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Project[/TD]
[TD]Event/Task[/TD]
[TD]Program[/TD]
[/TR]
[TR]
[TD]12/17/2015[/TD]
[TD]Presentation at conference[/TD]
[TD]T[/TD]
[TD]Other[/TD]
[/TR]
[TR]
[TD]12/23/2015[/TD]
[TD]Holiday party[/TD]
[TD]E[/TD]
[TD]Teachers[/TD]
[/TR]
[TR]
[TD]1/14/2016[/TD]
[TD]Refresher class[/TD]
[TD]E[/TD]
[TD]Students[/TD]
[/TR]
[TR]
[TD]1/19/2016[/TD]
[TD]Training of volunteers[/TD]
[TD]T[/TD]
[TD]Volunteers[/TD]
[/TR]
[TR]
[TD]2/3/2016[/TD]
[TD]PowerPoint on new techniques[/TD]
[TD]T[/TD]
[TD]Other[/TD]
[/TR]
</tbody>[/TABLE]
I have multiple worksheets. The first worksheet, the one shown above, is the "overview". The other worksheets are titled according to the Program categories (I have about 6 or 7) - see column D.
So, I would very much appreciate a macro that would copy rows in the first worksheet and copy each one to other specific workbooks matching the value in column D. For example, again referring to the table above, after I enter 2/3/2016, "PowerPoint on new techniques", "T", "Other"... then Excel's macro would copy that row and paste it in the workbook called "Other". (I also have workbooks titled "Teachers", "Students", "Volunteers" and more).
Hope I am making my request clear!
IF you are able to help by showing me the macro, would you be so kind to change the color of the values that I can change (so that I don't mess up the rest?)
THANK YOU,
John
P.S. Ideally the macro would run automatically every few minutes or at least each time I open the document in Excel 2007.