Hi Jay,
Try:
Cells(Rows.Count, ActiveCell.Column).End(xlUp).Offset(-2).Resize(3).Select
---
Regards,
Norman
"jay" wrote in message
...
I have text in a coloumn. The number of rows in the coloumn can vary. Can
somebody help me with either excel marco command(s) or VB script that can
select last 3 rows of the coloumn from when the active cell is at the
header
row of the coloumn. One can assume the coloum always contains at least 3
rows.
Thanks in advance