Question for all the smart guys here:
I've been using Excel and writing macros for years (pre VBA days) and have always used the SpecialCells with various forms of LastCell to find the last cell of a worksheet. I've seen lots of answers to posts here that use some form of End(xlUp) which I'm guessing does the same (or at least similar) function.
The question is, what's the difference and is one method better than the other?