Hello,
I am working on a worksheet where I copy data from an Access database which then I want to sort alphanumerically; as in letters on top and then ascending numerical values.
The query I'm using is:
SQL = "SELECT Material, Description, Qty, Unit, Amount, Currency, Batch, PO " & _
"...