Word 宏VBA对整个内容行进行排序

180it 2019-09-25 PM 3567℃ 0条

Word VBA对整个内容行进行排序
Sub SortText()

' A macro to sort the selected text 
     Selection.Sort

End Sub

支付宝打赏支付宝打赏 微信打赏微信打赏

如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!

标签: none

Word 宏VBA对整个内容行进行排序