I use Excel to log calls at my work. On each call I fill out a small template (2 columns, 11 rows). I have a button (macro) that copies the template to a clipboard so I can paste it into a call tracking system.
In the same workbook I also have an area where I record a few of the fields in the template, for each call. Each call goes on a separate row.
What I want to do is add some code to the button macro that not only copies the template to the clipboard, but also copies over the cells that I need to the next blank row of the other area.
To be more specific:
My template that I fill out and clear after each call goes from I4:J15.
I track all of the calls on columns A - G. For each call, the values for columns A, B, F, and G come from the template. Instead of typing the information twice, I'd rather copy it over automatically, on the next blank row.
Any help will be greatly appreciated.
In the same workbook I also have an area where I record a few of the fields in the template, for each call. Each call goes on a separate row.
What I want to do is add some code to the button macro that not only copies the template to the clipboard, but also copies over the cells that I need to the next blank row of the other area.
To be more specific:
My template that I fill out and clear after each call goes from I4:J15.
I track all of the calls on columns A - G. For each call, the values for columns A, B, F, and G come from the template. Instead of typing the information twice, I'd rather copy it over automatically, on the next blank row.
Any help will be greatly appreciated.