Hi
I have the following code to sort A-Z,
rivate Sub CommandButton1_Click()
Columns("A:A").Sort Key1:=Range("A3"), Order1:=xlAscending, Header:=xlYes, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
End Sub
However I would like to be able to sort the following codes(the actual list is longer with other letters etc) A-Z, If I add say A13 - new code and and then A-Z I get A1,A10,A11 etc
A1 - No F731 / One F731
A2 - F731 No / Incorrect NSN
A3 - F731 No / Incorrect Pt No
A4 - F731 No / Incorrect #
A5 - F731 Incorrect MC
A6 - F731 No Fault Description
A7 - F731 No LCN, FC, Hrs, WHF
A8 - F731 No SNOW
A9 - F731 No NEO data statement
A10 - F731 Not Signed
A11 - F731 No ESS Signature
A12 - F731 No Batch details
B1 - No MJDI p/w
B2 - MJDI Incorrect NSN
B3 - MJDI Incorrect #
B4 - MJDI Incorrect MC
C1 - No ERC
C2 - ERC Incorrect Hrs
I hope this makes sense, Thanks