Returns the index of the currently selected entry.

Syntax:

GetActiveSelected() As Long
Return: Long
Example:
Dim View As TextTableView
Dim Selected As Long

Set View = Application.ActiveProject.ProjectDocument.TextTableView

Selected = View.GetActiveSelected()

See also:

Class TextTableView


Last Updated: 04/27/05