Can someone please help me understand the below code.
Set items = Range("A2:A" & Range("A1").End(xlDown).Row)
What I dont understand is how the range is set up? Which area is covered by A2:A
and A1
according to this? I know if I have a table like below this code works
But if I change the table location to following how do I change the example code?