| ©«¤l1018 ¥DÃD15 ºëµØ0 ¿n¤À1058 ÂI¦W0  §@·~¨t²Îwin7 32bit ³nÅ骩¥»Office 2016 64-bit ¾\ŪÅv50 ©Ê§O¨k ¨Ó¦Û®ç¶é µù¥U®É¶¡2012-5-9 ³Ì«áµn¿ý2022-9-28 
 | 
                
| ¦^´_ 10# billchenfantasy land_no_m, land_no_c ¨C±iªí³£¦³¶Ü?
 ½Æ»s¥N½X    If Not (IsError(Application.Match("land_no_m", .Rows(1), 0)) Or _
            IsError(Application.Match("land_no_c", .Rows(1), 0))) Then
        .[A1].CurrentRegion.Sort Key1:=.Columns(Application.Match("land_no_m", .Rows(1), 0)), _
                                    Order1:=xlAscending, _
                                    Key2:=.Columns(Application.Match("land_no_c", .Rows(1), 0)), _
                                    Order2:=xlAscending, _
                                    Header:=xlYes
    Else
        MsgBox .Sheets(i).Name & " : Sorting field not found."
    End If
 | 
 |