Hi, TheRobsterUK,
for me IŽd only use one variable like
and only work with a second one for the original range if it would not be static like here. Still my favourite would be the one-liner. 
I'd rather dimension everything correctly (use Option Explicit) as it's good practice and it means I have to understand the code properly.
Please have a look at the Reddick-convention or Hungarian notation for more info on that topic. 
Here the variable "tells" a story of what kind of variable it is and what could be expected from it.
Ciao,
Holger
Bookmarks