狂自私

导航

调整cmdlet命令的顺序

Sub 调整cmdlet命令的顺序()
'
' 调整about标题的顺序 宏
'
'
    Result = select_range("cmdlet 命令", "Server 2016 core")
    If (Result) Then
        Selection.SortByHeadings wdSortFieldSyllable, wdSortOrderAscending
    Else
        MsgBox ("选定失败,无法排序。")
    End If
End Sub

 

posted on 2024-05-26 08:45  狂自私  阅读(1)  评论(0编辑  收藏  举报