Returns/Sets the length of the link area.

Type Info:

Length As Long
Example:
Dim Dlg As LinkLabelDialog

Set Dlg = Application.Tools.RestypeEditors.LinkLabelDialog

Call Dlg.SetText("Visit our homepage: www.schaudin.com.")
Dlg.Start = 20
Dlg.Length = 16

If (Dlg.Show) Then
    MsgBox "Changed LinkArea"
End If
See also:

Class LinkLabelDialog

Last Updated: 11/09/04