Hello all,
I have a list of data collected daily. Latest data is manually appended to list below last full row.
After data is manually entered, I want to develop a macro that, upon execution, will:
- Select the range that includes data of the last 30 days, that is current cell and previous 29 rows. The list is in columns A through K.
- Copy the selected range.
- Paste the clipboard into range always starting at S3 in the same worksheet.
- Make S3 the active cell, in effect, de-selecting the source and the destination ranges.
I’ve attached a sample workbook that includes my faltered VBA first attempt.
Thanks so much,
G’Day,
Rich