InfoConnect for Unisys VBA Guide
AddEntry Method
The entry to add, which is an abbreviation.
The definition for the new dictionary entry, which is an expansion.
Adds a key-value pair to the Auto Expand dictionary.
Syntax
object.AddEntry( _
   ByVal abbreviation As String, _
   ByVal expansion As String _
) 

Parameters

abbreviation
The entry to add, which is an abbreviation.
expansion
The definition for the new dictionary entry, which is an expansion.
Remarks
If the entry already exists, then the current entry is updated.
See Also

 

 


2015 Attachmate

Send Feedback