Imagine that data :
A1: 1 B1: 1 C1: 1 D1: 1
A2: 2 B2: 2 C2: 2 D2: 2
A3: 3 B3: 3 C3: 3 D3: 3
I want to select always the last line of the data . I know that code "ActiveSheet.Range("a1").End(xlDown).Select" however this only select the last cell of one column . How i can manage to select all the last data ?