GetAliasListName, DrawCmdTarget Function

Syntax

GetAliasListName()

Description

This function returns the list of Aliases defined in the object. A string will be returned where the name of the Aliases are separated by the "|" (pipe) character.

 

 

Parameter

Description

None

None

 

Result

String

 

Example:

Public Sub Click()

MsgBox "Alias List = " & GetAliasListName(),vbInformation, GetProjectTitle

End Sub

 

See Also