Hi Folks

I'm looking for the solution to the following.
I want to select a range/selection that is from the active (selected) cell to the last (used) cell in that column (discontining range!)
So I'm in need of something like:

Range(ActiveCell, Range("D1048576").End(xlUp)).Select

where D should be replaced by the Column(letter) of the active cell.

Unable to find something decent on that...
Anyone? Thx.