Hello, thank you all for sharing your wealth of knowledge and experience with me. I am not a programmer and have limited knowledge concerning VBA structure. I will try to detail my thoughts and need for the code.
One workbook with multiple worksheets. VBA will only effect two worksheets (Tabs): 1) Report / 2) Response Table. Report is a scorecard based on date of entry. Response Table is where I hope to store all the entered data in Report.
Report consists of 5 columns: (G, H, I, J, K), 28 rows with 6 blank rows for future additions.
Column H is a Date which I would like to copy and store the data.
I created a macro to copy and paste the data from Report to Response Table. The issue is when the next day's entries are complete and I run the macro, the previous dates data is over written. How to I write code so the new date's data will begin at the first open row? I have researched and tried a couple differing code formats, but I have not succeeded.
Thank you in advance and your direction.
Mlt
One workbook with multiple worksheets. VBA will only effect two worksheets (Tabs): 1) Report / 2) Response Table. Report is a scorecard based on date of entry. Response Table is where I hope to store all the entered data in Report.
Report consists of 5 columns: (G, H, I, J, K), 28 rows with 6 blank rows for future additions.
Column H is a Date which I would like to copy and store the data.
I created a macro to copy and paste the data from Report to Response Table. The issue is when the next day's entries are complete and I run the macro, the previous dates data is over written. How to I write code so the new date's data will begin at the first open row? I have researched and tried a couple differing code formats, but I have not succeeded.
Thank you in advance and your direction.
Mlt