RemoveAlias, DrawCmdTarget Function

Syntax

RemoveAlias(_lpszAlias)

Description

This function lets you remove  the Alias passed as the  "lpszAlias" parameter.

 

 

Parameter

Description

lpszAlias As String

Name of Alias to be removed.

 

Result

Boolean

 

Example:

Public Sub Click()

Debug.Print RemoveAlias("TsetAlais")

End Sub

 

See Also