实时错误
With List2For i = 0 To .ListCount - 1
For j = 0 To List3.ListCount - 1
If .List(i) = List3.List(j) Then
.RemoveItem i
End If
Next j
Next i
End With
2013-12-02 22:39
2013-12-02 22:41
2013-12-02 23:51
2013-12-08 15:44