|
ED
|
avaliable
|
RT
|
not used
|
Deletes the objects from collection
'Delete an VarAssignment (Allocation) Sub DeleteAssignment() Dim bResult As Boolean 'by NAME bResult = MyWorkspace.ActiveDocument.VarAssignments.Delete("MyAssignment") End Sub