I have this workbook with many tabs simliar to the example i provided.
I basically need a macro to sort the sheet by V, U, T starting from row 3 and ending before the last vechicle. This is the problem though, the last vehicle ends everytime right before Car # in column A. So in other words in this example i would need it sorted by v u t, starting from 3 down to row 12. It ends at 12 because the next line includes car and a number.
Another sheet might have a longer list of vehicles and might end at row 100 before the next line has car number .
It always starts at 3, but the ending is dynamic where it should stop its selection before "car number ".
I would also like it to work on the current sheet im on, because i have up to 100 sheets like this and would not want it name dependant. Just want to click on a tab, and run a macro and have it sort from 3 down to the line before car in column A.
Another thing i should mention in this example i pasted values, in my real workbook it will contain links, so i everything including Column A which lists the vehicles and year spans will be displayed through a link from another workbook.
In the included file i have what i start off with and end up with to clear any confusion.
Main thing is to have it stop its selection from row 3 down till it runs into a name of Car Number in column A where it stops before that line. Then have it sort by V, U, T. Keeping in mind most of the values in the cells are linked from another workbook.
Thanks for anyone that helps,
Bookmarks