melone,
Your solution worked perfectly! Working from the bottom up approaches the task from a different perspective. Thanks again. Have a star!
Thunderkid
I am using VBA codes to sort hundred of rows on a sheet. However, after the sort I have to scroll down to the last row to add a new row. How do I activate (if that is the correct term) on the cell after the last row. I have tried the following:
Range(Selection...