Hi All,
I have what I think should be an easy question but can't figure it out and Google isn't turning much up either...
I have a spreadsheet and I want a macro that will find the last row that contains data and simply copy it down one additional row...
If possible, it would be great if it could copy down the format and Data validation but not the actual contents (Otherwise I will just need to add a section that finds the last row, selects it and clears contents).
What would I do it find the last row with data and then copy down just one row?
Thanks in advance guys!
<tbody>
</tbody>
I have what I think should be an easy question but can't figure it out and Google isn't turning much up either...
I have a spreadsheet and I want a macro that will find the last row that contains data and simply copy it down one additional row...
If possible, it would be great if it could copy down the format and Data validation but not the actual contents (Otherwise I will just need to add a section that finds the last row, selects it and clears contents).
What would I do it find the last row with data and then copy down just one row?
Thanks in advance guys!
A | B | |
1 | Test 1 | Data Validation (Dropdown Box) |
2 | Test 2 | Data Validation (Dropdown Box) |
3 | Test 3 | Data Validation (Dropdown Box) |
4 |
<tbody>
</tbody>