Hi All,
I've been trying to figure out a simple macro that will count how many rows on a worksheet, and delete from the top anything that exceeds the desired value (shifting the other rows up).
Im copying rows of data over to the sheet by another macro, but say i wanted it to limit it to 100 rows of data, i would like it so when ever i run the macro that copies the data, if the 2nd sheet with the data exceeds this 100 row limit, anything in row 1 on that sheet will be deleted and all the rows shifted up (the older data is always at the top of the list).
Any help will be much appreciated
I've been trying to figure out a simple macro that will count how many rows on a worksheet, and delete from the top anything that exceeds the desired value (shifting the other rows up).
Im copying rows of data over to the sheet by another macro, but say i wanted it to limit it to 100 rows of data, i would like it so when ever i run the macro that copies the data, if the 2nd sheet with the data exceeds this 100 row limit, anything in row 1 on that sheet will be deleted and all the rows shifted up (the older data is always at the top of the list).
Any help will be much appreciated