frosty7700
Programmer
How would I go about adding new rows to a spreadsheet using a macro? No data is to be added...rather, new rows with the proper formatting need to be added.
Right now I have a macro that addes 5 records, but it does so by copying a hidden template record and adding 5 records from the 6th row on...the problem is that it is hardcoded to those rows so it only works once. I need a way to do this, but by dynamically finding the last formatted row and adding from there.
Ideas?
Right now I have a macro that addes 5 records, but it does so by copying a hidden template record and adding 5 records from the 6th row on...the problem is that it is hardcoded to those rows so it only works once. I need a way to do this, but by dynamically finding the last formatted row and adding from there.
Ideas?