Hello Ken,
With this line of code:-
CurrentRegion refers to your dataset beginning at cell A1. This can also be written as:-
or
With this line of code:-
The 3 stands for Column C, which, in this case, means the filter is placed on Column C filtering for the criteria "Disposed".
The End(3)(2) in this line of code:-
are simply the enumerations for xlUp which is the (3) and offset(1) which is the (2).
It is the same as writing:
or
So the rows are counted from the bottom of the sheet (the very last row, Column A) upwards to the last used row of data then offset one row down from the last row to avoid overwriting previous rows of data.
I hope that this helps.
Cheerio,
vcoolio.
Bookmarks