奉献一选择集程序(vba)
...............................................On Error Resume Next
' Delete the Selection Set if it Exists
If Not IsNull(ThisDrawing.SelectionSets.Item("xxx")) Then
Set sset = ThisDrawing.SelectionSets.Item("xxx")
sset.Delete
End If
Set sset = ThisDrawing.SelectionSets.Add("xxx")
..................................................................................
抄的吧? 这是乐筑天下原创,三行搞掂:
页:
[1]