Hi All,

I'm REALLY new to visual basic. I'm creating a macro that will sort data on a large excel spreadsheet. The data is constantly changing (the number of rows change... number of columns is fixed). The sort will always be starting from the same point (row 12).

What code will work for this? Will a Do Loop work? How do I write the code so that it will select all rows until there is no more data?

Thanks so much for the help!