Hi there,
I'm trying to sort my table off of this code and it works great with letters to sort alphabetically, but numerically... It sucks.
Sub SortTable()
Range("B40").Select
Set BillsT = Range(ActiveCell, ActiveCell.End(xlDown).Offset(0, 5))
BillsT.Select
Worksheets("Master Data...