Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpand Object / RemoveEntry Method
The dictionary abbreviation entry to remove.
In This Topic
RemoveEntry Method
In This Topic
Deletes an Auto Expand dictionary entry.
Syntax
expression.RemoveEntry( _
   ByVal abbreviation As String _
) 
where expression is a variable that represents a AutoExpand Object

Parameters

abbreviation
The dictionary abbreviation entry to remove.
Remarks
Does nothing if the entry does not exist.
See Also