摘要: 在word或Excel的宏中运行如下函数即可Sub ShowFaceIDs() Dim NewToolbar As CommandBar Dim NewButton As CommandBarButton Dim i As Integer, IDStart As Integer, IDStop As Integer ' Delete existing FaceIds toolbar if it exists On Error Resume Next Application.CommandBars("FaceIds").Delete On Error GoTo 0 & 阅读全文
posted @ 2012-07-19 11:06 pnljs 阅读(2128) 评论(0) 推荐(0)