I am looking for a macro to attach to a button for auto sorting a column, and then expanding that to the other cells around it (basically the same as the A-Z auto sort button). The catch is that there will be rows continuously added to this sheet, so the specified range will always be changing. The starting cell (L5) will always be the same, but the bottom cell will be always changing.
I am using a formula for another macro that I think might work for this, but I am unsure how to connect the dots. The other formula finds the last populated cell in a column.
[Range("L500").End(xlUp).select]
I have attached the workbook for reference, it will be module1. Thanks in advance for your help.....THANKS!
Bookmarks