Sets the Text Table view to be visible and gives it the focus.

Syntax:

SetVisible()
Example:
Dim View As TextTableView

Set View = Application.ActiveProject.ProjectDocument.TextTableView

If Not(View.IsVisible) Then
	View.SetVisible
End If

See also:

Class TextTableView


Last Updated: 04/27/05